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

28 lines
488 B

7 months ago
  1. //
  2. // ASSSecureInfo.h
  3. // APPSecuritySDK
  4. //
  5. // Created by msq on 2018/7/9.
  6. // Copyright © 2018年 Alipay. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #define ASSSecureInfo ASSSecureInfoCore
  10. @interface ASSSecureInfo : NSObject
  11. /**
  12. *
  13. * YES表示个人签名NO表示企业签名
  14. *
  15. */
  16. + (BOOL)hasPersonSign;
  17. /**
  18. *
  19. * 00
  20. *
  21. */
  22. + (uint32_t)checkJB;
  23. @end