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