// // PBPromptView.h // IphoneBIMe // // Created by zjf on 2018/8/7. // Copyright © 2018年 ProBIM. All rights reserved. // #import @interface PBPromptView : UIView @property (nonatomic, strong) UIImageView *imageV; @property (nonatomic, strong) UILabel *textL; @end