DTFViewProviderProtocol.h 311 B

12345678910111213141516
  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