17 lines
442 B
C
17 lines
442 B
C
|
//
|
||
|
// FaceMeshSDK.h
|
||
|
// FaceMeshSDK
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
//! Project version number for FaceMeshSDK.
|
||
|
FOUNDATION_EXPORT double FaceMeshSDKVersionNumber;
|
||
|
|
||
|
//! Project version string for FaceMeshSDK.
|
||
|
FOUNDATION_EXPORT const unsigned char FaceMeshSDKVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <FaceMeshSDK/PublicHeader.h>
|
||
|
|
||
|
#import "FaceMesh.h"
|