// // Protocol.h // BluePay // define the protocol for callback // Created by guojianmin on 16/1/9. // Copyright © 2016年 alvin. All rights reserved. // #ifndef Protocol_h #define Protocol_h #import #endif /* Protocol_h */ @protocol Protocol -(void) doTask:(NSMutableDictionary*)params; @end