// // JXWebAuthView.h // shiku_im // // Created by p on 2019/3/4. // Copyright © 2019年 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol JXWebAuthViewDelegate - (void)webAuthViewConfirmBtnAction; @end @interface JXWebAuthView : UIView @property (nonatomic, strong) UIView *contentView; @property (nonatomic, strong) UIImageView *headImage; @property (nonatomic, strong) UILabel *tipTitle; @property (nonatomic, assign) id delegate; @end NS_ASSUME_NONNULL_END