// // protocol.h // protocol // // Created by zsx on 17/3/8. // Copyright © 2017年 zsx. All rights reserved. // #import @interface protocol : NSObject @end