口袋优选

KBChildMonthViewController.h 350B

123456789101112131415
  1. //
  2. // KBChildMonthViewController.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 KBChildMonthViewController : UIViewController
  10. @property (nonatomic, assign) NSInteger type;
  11. @property (nonatomic, assign) NSInteger isThisMonth;
  12. @end