洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
380 B

7 months ago
  1. //
  2. // ZimJSApiAdapter.h
  3. // DTFIdentityManager
  4. //
  5. // Created by 晗羽 on 25/07/2017.
  6. // Copyright © 2017 DTF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^ZIMJSApilCallbackBlock)(id responseData);
  10. @interface ZimJSApiHandler: NSObject
  11. - (void)handler:(NSDictionary *)data contextInfo:(NSDictionary *)context callback:(ZIMJSApilCallbackBlock)callbac;
  12. @end