mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 21:47:08 +00:00
20 lines
506 B
C
20 lines
506 B
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>
|
||
|
|
||
|
|