CNBPerAuthFooterTBView.h
386 Bytes
//
// CNBPerAuthFooterTBView.h
// CNLiveBPersonalVerificationModule
//
// Created by 殷巧娟 on 2020/4/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNBPerAuthFooterTBView : UIView
@property (nonatomic, copy) void (^addInstitutionsBlock)(void); //添加机构
@property (nonatomic, copy) void (^submitActionBlock)(void); //提交
@end
NS_ASSUME_NONNULL_END