Blame view

HHFaceSDK/HHFaceSDK.framework/Headers/BDFaceSelectConfigCell.h 685 Bytes
wangguolei authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
//
//  BDFaceSelectConfigCell.h
//  FaceSDKSample_IOS
//
//  Created by Zhang,Jian(MBD) on 2020/12/1.
//  Copyright © 2020 Baidu. All rights reserved.
//

#import "BDFaceAdjustParamsRootCell.h"
#import "BDFaceSelectRadio.h"
#import "BDFaceSelectItem.h"
#import "BDFaceAdjustParams.h"

NS_ASSUME_NONNULL_BEGIN


typedef void(^BDFaceUserWillAdjustParams)(BDFaceSelectType);

extern float const BDFaceSelectConfigCellHeight;

@interface BDFaceSelectConfigCell : BDFaceAdjustParamsRootCell

@property(nonatomic, strong) BDFaceSelectRadio *radio;
@property(nonatomic, copy) BDFaceUserWillAdjustParams adjustConfigAction;

- (void)showSettingButton:(BOOL)show;

@end

NS_ASSUME_NONNULL_END