// // ApplyShopVC.h // yunbaolive // // Created by ybRRR on 2020/2/14. // Copyright © 2020 cat. All rights reserved. // #import 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