12345678910111213141516 |
- //
- // DRMonthMainViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/28.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "DRBaseViewController.h"
- @interface DRMonthMainViewController : DRBaseViewController
- @property (nonatomic, assign) NSInteger isThisMonth;
- @property (nonatomic, assign) NSInteger type;//是否是 0预估 1完结
- @end
|