123456789101112131415161718 |
- //
- // LenzTensorFlowSDK.h
- // LenzTensorFlowSDK
- //
- // Created by lr on 2023/4/14.
- //
- #import <Foundation/Foundation.h>
- //! Project version number for LenzTensorFlowSDK.
- FOUNDATION_EXPORT double LenzTensorFlowSDKVersionNumber;
- //! Project version string for LenzTensorFlowSDK.
- FOUNDATION_EXPORT const unsigned char LenzTensorFlowSDKVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <LenzTensorFlowSDK/PublicHeader.h>
|