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