We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250fd2 commit 1d25dfcCopy full SHA for 1d25dfc
Swiftz/Swiftz.h
@@ -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