SPSBDisplayIdentityCardViewController.h 321 B

12345678910111213141516171819
  1. //
  2. // SPSBDisplayIdentityCardViewController.h
  3. // 我的社保
  4. //
  5. // Created by jiaxian_he on 2021/5/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBDisplayIdentityCardViewController : UIViewController
  10. @property (nonatomic, strong) NSString *spsb_identityCardNum;
  11. @end
  12. NS_ASSUME_NONNULL_END