口袋优选

KBMonthMainViewController.h 379B

12345678910111213141516
  1. //
  2. // KBMonthMainViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/28.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "KBBaseViewController.h"
  9. @interface KBMonthMainViewController : KBBaseViewController
  10. @property (nonatomic, assign) NSInteger isThisMonth;
  11. @property (nonatomic, assign) NSInteger type;//是否是 0预估 1完结
  12. @end