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