12345678910111213141516171819 |
- //
- // SPSBDisplayIdentityCardViewController.h
- // 我的社保
- //
- // Created by jiaxian_he on 2021/5/19.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBDisplayIdentityCardViewController : UIViewController
- @property (nonatomic, strong) NSString *spsb_identityCardNum;
- @end
- NS_ASSUME_NONNULL_END
|