洛阳学员端
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.

29 lines
523 B

7 months ago
  1. //
  2. // ASSSgomInfoOpen.h
  3. // APPSecuritySDK
  4. //
  5. // Created by hongren on 2021/8/16.
  6. // Copyright © 2021 Alipay. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. /**
  10. *
  11. */
  12. @interface ASSSgomResult: NSObject
  13. @property (nonatomic) NSInteger resCode;
  14. @property (nonatomic, strong) NSString* resInfo;
  15. @end
  16. @interface ASSSgomInfoOpen : NSObject
  17. + (instancetype)sharedInstance;
  18. - (ASSSgomResult*)updateSgomInfo:(int) userAction
  19. ext:(NSDictionary*) extParams;
  20. @end