// // KBMonthCenterTipView.h // YouHuiProject // // Created by jcymac on 2018/6/13. // Copyright © 2018年 kuxuan. All rights reserved. // #import @interface KBMonthCenterTipView : UIView @property(nonatomic)NSInteger type; @end