// // JXBigReelVc.h // shiku_im // // Created by 123 on 2020/5/25. // Copyright © 2020 Reese. All rights reserved. // #import #import "XMGMyBaseVC.h" NS_ASSUME_NONNULL_BEGIN @interface JXBigReelVc : XMGMyBaseVC @property (nonatomic,strong) NSDictionary *dictMoney; @property (nonatomic,strong) NSString *pushWheel; @end NS_ASSUME_NONNULL_END