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