123456789101112131415161718 |
- //
- // TipsQRCodeViewController.h
- // 隐私保护
- //
- // Created by APPLE on 2023/9/19.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface TipsQRCodeViewController : BaseViewController
- @property(nonatomic,assign)BOOL isNeedToShowAleatType;
- @property(nonatomic,assign)NSInteger getSNMsgcode;
- @end
- NS_ASSUME_NONNULL_END
|