WardPriceButton.h 431 B

123456789101112131415161718192021222324
  1. //
  2. // WardPriceButton.h
  3. // BuguLive
  4. //
  5. // Created by 范东 on 2019/1/29.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WardPriceButton : UIControl
  11. @property (nonatomic, strong) NSArray *type_name;
  12. @property (nonatomic, strong) NSDictionary *dict;
  13. - (void)setSelected:(BOOL)selected;
  14. - (instancetype)initWithFrame:(CGRect)frame;
  15. @end
  16. NS_ASSUME_NONNULL_END