Keine Beschreibung

KXMainDetailThreeView.h 329B

1234567891011121314151617
  1. //
  2. // KXMainDetailThreeView.h
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/6.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXMainDetailThreeView : UIView
  10. @property (nonatomic,strong)UILabel *nameLabel;
  11. @property (nonatomic,strong)UILabel *detailLabel;
  12. -(id)sharedThreeView;
  13. @end