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