dkahgld

ZBPidView.h 778B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // ZBPidView.h
  3. // ZBProject
  4. //
  5. // Created by 学丽 on 2019/4/2.
  6. // Copyright © 2019 ZB. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ZBPidView : UIView
  11. @property(nonatomic,strong)UILabel *titleLabel;
  12. @property(nonatomic,strong)UILabel *contentLabel;
  13. @property(nonatomic,strong)UIButton *okBtn;
  14. @property(nonatomic,strong)UIButton *tipeBtn;
  15. @property(nonatomic,strong)NSDictionary *alertDic;
  16. @property(nonatomic,strong)UIView *backV;
  17. @property(nonatomic,copy)NSString *type;
  18. @property(nonatomic,copy)UILabel *pidLabael;
  19. @property(nonatomic,copy)UIButton *copyBtn;
  20. @property(nonatomic,strong)UILabel *segMentLabel;
  21. @property(nonatomic,strong)UILabel *tipeLabel;
  22. //@property(nonatomic,copy)NSString *
  23. @end
  24. NS_ASSUME_NONNULL_END