123456789101112131415 |
- //
- // KBChildMonthViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/28.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "KBBaseViewController.h"
- @interface KBChildMonthViewController : UIViewController
- @property (nonatomic, assign) NSInteger type;
- @property (nonatomic, assign) NSInteger isThisMonth;
- @end
|