Merge pull request #17 from segiddins/seg-fix-ios-objc

[Stencil.h] Allow using stencil from ObjC on iOS
This commit is contained in:
Kyle Fuller
2014-11-18 00:31:57 +01:00

View File

@@ -7,7 +7,7 @@
// See LICENSE for more details. // See LICENSE for more details.
// //
#import <Cocoa/Cocoa.h> #import <Foundation/Foundation.h>
//! Project version number for Stencil. //! Project version number for Stencil.
FOUNDATION_EXPORT double StencilVersionNumber; FOUNDATION_EXPORT double StencilVersionNumber;