| 12345678910111213141516171819202122 |
- //
- // ApplyShopVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/2/14.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- typedef void(^subMitInfoSuccess)();
- @interface ApplyShopVC : YBBaseViewController
- @property (nonatomic, strong)NSDictionary *presonDic;
- @property (nonatomic, strong)NSString *fromWhere;
- @property (nonatomic, strong)NSDictionary *applyDic;
- @property (nonatomic, copy)subMitInfoSuccess subEvent;
- @end
- NS_ASSUME_NONNULL_END
|