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