• This project
    • Loading...
  • Sign in

hh_public / HHFaceSDK.ios

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • HHFaceSDK.ios
  • HHFaceSDK
  • HHFaceSDK.framework
  • Headers
  • BDFaceAgreementViewController.h
  • 人脸识别sdk · d5b1b9f7
    d5b1b9f7 Browse Files
    wangguolei authored 2022-03-10 14:59:13 +0800
BDFaceAgreementViewController.h 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  BDFaceAgreementViewController.h
//  IDLFaceSDKDemoOC
//
//  Created by 孙明喆 on 2020/3/12.
//  Copyright © 2020 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BDFaceAgreementViewController : UIViewController

@end

NS_ASSUME_NONNULL_END