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