SPSBFilmingIdentityCardViewController.h 326 B

12345678910111213141516171819
  1. //
  2. // SPSBFilmingIdentityCardViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/18.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBFilmingIdentityCardViewController : UIViewController
  10. @property (nonatomic, strong) void (^spsb_caughtImage)(UIImage *image);
  11. @end
  12. NS_ASSUME_NONNULL_END