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