20 lines
541 B
Objective-C
20 lines
541 B
Objective-C
//
|
|
// SecretAgentKit.h
|
|
// SecretAgentKit
|
|
//
|
|
// Created by Max Goedjen on 2/22/20.
|
|
// Copyright © 2020 Max Goedjen. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for SecretAgentKit.
|
|
FOUNDATION_EXPORT double SecretAgentKitVersionNumber;
|
|
|
|
//! Project version string for SecretAgentKit.
|
|
FOUNDATION_EXPORT const unsigned char SecretAgentKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SecretAgentKit/PublicHeader.h>
|
|
|
|
|