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