// // KXEventTopView.h // CAISHEN // // Created by jikaipeng on 2017/8/24. // Copyright © 2017年 kuxuan. All rights reserved. // #import @interface KXEventTopView : UIView @property (nonatomic, strong) UIImageView *imageview; @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UILabel *detaileLabel; @end