1234567891011121314151617 |
- //
- // KXMainDetailThreeView.h
- // QBCS
- //
- // Created by kuxuan on 2017/6/6.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXMainDetailThreeView : UIView
- @property (nonatomic,strong)UILabel *nameLabel;
- @property (nonatomic,strong)UILabel *detailLabel;
- -(id)sharedThreeView;
- @end
|