GBA002/Systems/Systems/Systems.h
Riley Testut 6a01a74608 Adds GPGXDeltaCore dependency
Links indirectly via new Systems.framework to avoid conflicts between Cocoapods and SwiftPM.
2021-02-09 16:51:47 -06:00

20 lines
493 B
Objective-C

//
// Systems.h
// Systems
//
// Created by Riley Testut on 2/5/21.
// Copyright © 2021 Riley Testut. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for Systems.
FOUNDATION_EXPORT double SystemsVersionNumber;
//! Project version string for Systems.
FOUNDATION_EXPORT const unsigned char SystemsVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Systems/PublicHeader.h>