Update LocalInference to use public repos

This commit is contained in:
Dalton Flanagan 2024-09-25 11:05:03 -07:00
parent 4fcda00872
commit b3b0349931
19 changed files with 22 additions and 1093 deletions

View file

@ -0,0 +1,16 @@
//
// 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>