From 256c48118c89e0ec2c8490758f09d27051ef9ad8 Mon Sep 17 00:00:00 2001 From: Declan Land Date: Thu, 14 Sep 2017 16:41:44 +0200 Subject: [PATCH] Fixed "Logical or Preprocessor Error". This fixes the build error when compiling. --- Source/SCSwizzle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SCSwizzle.m b/Source/SCSwizzle.m index 3fad504..377f354 100644 --- a/Source/SCSwizzle.m +++ b/Source/SCSwizzle.m @@ -22,7 +22,7 @@ // #import "SCSwizzle.h" -#import +#import void MethodSwizzle(Class c, SEL origSEL, SEL overrideSEL) {