llama-stack/llama_stack/providers/impls/ios/inference/LocalInference/LocalInferenceImpl/LocalInference.h
2024-09-25 10:29:58 -07:00

16 lines
487 B
Objective-C

//
// LocalInference.h
// LocalInference
//
// Created by Dalton Flanagan on 9/23/24.
//
#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>