Links indirectly via new Systems.framework to avoid conflicts between Cocoapods and SwiftPM.
20 lines
493 B
Objective-C
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>
|
|
|
|
|