mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
9 lines
394 B
Objective-C
9 lines
394 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for LocalInference.
|
|
FOUNDATION_EXPORT double LocalInferenceVersionNumber;
|
|
|
|
//! Project version string for LocalInference.
|
|
FOUNDATION_EXPORT const unsigned char LocalInferenceVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <LocalInference/PublicHeader.h>
|