1234567891011121314151617181920 |
- //
- // ChatQrcodeVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/3/24.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ChatQrcodeVC : BaseViewController
- @property (nonatomic,strong) NSDictionary * dict;
- @property (nonatomic,assign) BOOL isCreate;
- +(ChatQrcodeVC *)initChatQrcodeVC;
- @end
- NS_ASSUME_NONNULL_END
|