mirror of
https://github.com/tappollo/WWDC.git
synced 2026-06-10 23:29:39 +08:00
20 lines
505 B
Objective-C
20 lines
505 B
Objective-C
//
|
|
// ThrowBack.h
|
|
// ThrowBack
|
|
//
|
|
// Created by Guilherme Rambo on 13/05/17.
|
|
// Copyright © 2017 Guilherme Rambo. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for ThrowBack.
|
|
FOUNDATION_EXPORT double ThrowBackVersionNumber;
|
|
|
|
//! Project version string for ThrowBack.
|
|
FOUNDATION_EXPORT const unsigned char ThrowBackVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ThrowBack/PublicHeader.h>
|
|
|
|
|