// // ZBPidView.h // ZBProject // // Created by 学丽 on 2019/4/2. // Copyright © 2019 ZB. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ZBPidView : UIView @property(nonatomic,strong)UILabel *titleLabel; @property(nonatomic,strong)UILabel *contentLabel; @property(nonatomic,strong)UIButton *okBtn; @property(nonatomic,strong)UIButton *tipeBtn; @property(nonatomic,strong)NSDictionary *alertDic; @property(nonatomic,strong)UIView *backV; @property(nonatomic,copy)NSString *type; @property(nonatomic,copy)UILabel *pidLabael; @property(nonatomic,copy)UIButton *copyBtn; @property(nonatomic,strong)UILabel *segMentLabel; @property(nonatomic,strong)UILabel *tipeLabel; //@property(nonatomic,copy)NSString * @end NS_ASSUME_NONNULL_END