mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 21:47:08 +00:00
20 lines
478 B
C
20 lines
478 B
C
|
//
|
||
|
// Brief.h
|
||
|
// Brief
|
||
|
//
|
||
|
// Created by Max Goedjen on 3/21/20.
|
||
|
// Copyright © 2020 Max Goedjen. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
//! Project version number for Brief.
|
||
|
FOUNDATION_EXPORT double BriefVersionNumber;
|
||
|
|
||
|
//! Project version string for Brief.
|
||
|
FOUNDATION_EXPORT const unsigned char BriefVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <Brief/PublicHeader.h>
|
||
|
|
||
|
|