1234567891011121314151617181920 |
- //
- // MyQRCodeVC.h
- // smartRhino
- //
- // Created by armin on 2019/11/1.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MyQRCodeVC : BaseViewController
- +(MyQRCodeVC *)initMyQRCodeVC;
- @end
- NS_ASSUME_NONNULL_END
|