From c70510b3a5eb9660c9f32381d5f4c31c512de961 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Mon, 17 Nov 2014 15:30:20 -0800 Subject: [PATCH] [Stencil.h] Allow using stencil from ObjC on iOS --- Stencil/Stencil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stencil/Stencil.h b/Stencil/Stencil.h index 4b357ec..2de938f 100644 --- a/Stencil/Stencil.h +++ b/Stencil/Stencil.h @@ -7,7 +7,7 @@ // See LICENSE for more details. // -#import +#import //! Project version number for Stencil. FOUNDATION_EXPORT double StencilVersionNumber;