• 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
  • BDBaseToastView.h
  • 人脸识别sdk · d5b1b9f7
    d5b1b9f7 Browse Files
    wangguolei authored 2022-03-10 14:59:13 +0800
BDBaseToastView.h 331 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  BDFaceToastAlertView.h
//  FaceSDKSample_IOS
//
//  Created by Zhang,Jian(MBD) on 2020/12/7.
//  Copyright © 2020 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BDBaseToastView : UIView

+ (void)showToast:(UIView *)superview text:(NSString *)text;

@end

NS_ASSUME_NONNULL_END