No Description

KXEventTopView.h 362B

12345678910111213141516171819
  1. //
  2. // KXEventTopView.h
  3. // CAISHEN
  4. //
  5. // Created by jikaipeng on 2017/8/24.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXEventTopView : UIView
  10. @property (nonatomic, strong) UIImageView *imageview;
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. @property (nonatomic, strong) UILabel *detaileLabel;
  13. @end