Skip to content

Commit 1d25dfc

Browse files
committed
Wax off
1 parent 2250fd2 commit 1d25dfc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Swiftz/Swiftz.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// Swiftz.h
3+
// Swiftz
4+
//
5+
// Created by Robert Widmann on 1/21/15.
6+
// Copyright (c) 2015 TypeLift. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
//! Project version number for Swiftz.
12+
FOUNDATION_EXPORT double SwiftzVersionNumber;
13+
14+
//! Project version string for Swiftz.
15+
FOUNDATION_EXPORT const unsigned char SwiftzVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <Swiftz/PublicHeader.h>
18+
19+

0 commit comments

Comments
 (0)