SettingsItemView.h 378 B

123456789101112131415161718
  1. //
  2. // SettingsItemView.h
  3. // 千模
  4. //
  5. // Created by Drew on 2018/10/27.
  6. // Copyright © 2018年 MUMEI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. IB_DESIGNABLE
  11. @interface SettingsItemView : UIView
  12. @property (nonatomic, strong)IBInspectable NSString *label;
  13. @property (nonatomic, assign)IBInspectable BOOL showLine;
  14. @end
  15. NS_ASSUME_NONNULL_END