WXHCodeViewDefaultItem.h 423 B

1234567891011121314151617
  1. //
  2. // WXHCodeViewDefaultItem.h
  3. // xh_textfield
  4. //
  5. // Created by 路 on 2019/10/24.
  6. // Copyright © 2019年 路. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "WXHCodeViewItem.h"
  10. @interface WXHCodeViewDefaultItem : WXHCodeViewItem
  11. @property (strong ,nonatomic ,readonly) UILabel *label;
  12. @property (strong ,nonatomic) UIColor *lineNormalColor;
  13. @property (strong ,nonatomic) UIColor *lineActivatedColor;
  14. @end