洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
311 B

7 months ago
  1. //
  2. // FaceViewProviderProtocol.h
  3. // BioAuthEngine
  4. //
  5. // Created by mengbingchuan on 2022/8/29.
  6. // Copyright © 2022 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "DTFFaceViewProtocol.h"
  10. @protocol DTFViewProviderProtocol <NSObject>
  11. - (id<DTFFaceViewProtocol>)viewForFace;
  12. @end