mirror of
https://github.com/tappollo/WWDC.git
synced 2026-01-12 22:45:32 +08:00
20 lines
554 B
Objective-C
20 lines
554 B
Objective-C
//
|
|
// CommunitySupport.h
|
|
// CommunitySupport
|
|
//
|
|
// Created by Guilherme Rambo on 15/05/17.
|
|
// Copyright © 2017 Guilherme Rambo. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for CommunitySupport.
|
|
FOUNDATION_EXPORT double CommunitySupportVersionNumber;
|
|
|
|
//! Project version string for CommunitySupport.
|
|
FOUNDATION_EXPORT const unsigned char CommunitySupportVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <CommunitySupport/PublicHeader.h>
|
|
|
|
|