BDSettingViewController.h
289 Bytes
//
// BDSettingViewController.h
// IDLFaceSDKDemoOC
//
// Created by Zhang,Jian(MBD) on 2021/6/2.
// Copyright © 2021 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BDSettingViewController : UIViewController
@end
NS_ASSUME_NONNULL_END