mirror of
https://github.com/tappollo/WWDC.git
synced 2026-04-27 17:35:18 +08:00
20 lines
498 B
Objective-C
20 lines
498 B
Objective-C
//
|
|
// ConfCore.h
|
|
// ConfCore
|
|
//
|
|
// Created by Guilherme Rambo on 05/02/17.
|
|
// Copyright © 2017 Guilherme Rambo. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for ConfCore.
|
|
FOUNDATION_EXPORT double ConfCoreVersionNumber;
|
|
|
|
//! Project version string for ConfCore.
|
|
FOUNDATION_EXPORT const unsigned char ConfCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ConfCore/PublicHeader.h>
|
|
|
|
|