dkahgld

ZBTBShareView.h 519B

1234567891011121314151617181920212223
  1. //
  2. // ZBTBShareView.h
  3. // ZBProject
  4. //
  5. // Created by 学丽 on 2019/4/4.
  6. // Copyright © 2019 ZB. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ZBTBShareView : UIView
  11. @property(nonatomic,strong)UIView *backV;
  12. @property(nonatomic,strong)UILabel *titleLabel;
  13. @property(nonatomic,strong)UILabel *contentLabel;
  14. @property(nonatomic,strong)UIButton *okBtn;
  15. @property(nonatomic,strong)UIButton *tipeBtn;
  16. @property(nonatomic,strong)NSDictionary *alertDic;
  17. @end
  18. NS_ASSUME_NONNULL_END