20 lines
478 B
Objective-C
20 lines
478 B
Objective-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>
|
|
|
|
|