BDFaceRemindAnimationView.h 358 B

12345678910111213141516171819202122
  1. //
  2. // BDFaceRemindAnimationView.h
  3. // FaceSDKSample_IOS
  4. //
  5. // Created by Li,Tonghui on 2020/5/11.
  6. // Copyright © 2020 Baidu. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BDFaceRemindAnimationView : UIView
  10. - (void)setActionImages;
  11. - (BOOL)isActionAnimating;
  12. - (void)startActionAnimating:(int)type;
  13. - (void) stopActionAnimating;
  14. @end