123456789101112131415161718192021222324252627 |
- //
- // JXEveryDayVc.h
- // shiku_im
- //
- // Created by 123 on 2020/6/10.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "XMGMyBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
-
- @interface JXEveryDayVc : XMGMyBaseVC
- @property (nonatomic,copy) NSString *strIMG;
- @property (nonatomic,copy) NSString *titleName;
- @property (nonatomic,copy) NSString *imgStr;
- @property (nonatomic,strong) NSDictionary *dataDict;
- @property (nonatomic,assign) int deleageStr;
- @end
- NS_ASSUME_NONNULL_END
|