From f17274c407e9daf7ccf9b8684aa109b15eb2e000 Mon Sep 17 00:00:00 2001 From: Oscar Antonio Duran Grillo Date: Sat, 25 Nov 2017 15:11:48 +0100 Subject: [PATCH] =?UTF-8?q?Objc-ish=20=F0=9F=98=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + Snap/Core/Infrastructure/Interoperability/Snap.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 25370d6..28962e9 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ class SnapTests: XCTestCase { > Objective-c ```objc @import XCTest; +#import #import @interface SnapTests : XCTestCase diff --git a/Snap/Core/Infrastructure/Interoperability/Snap.h b/Snap/Core/Infrastructure/Interoperability/Snap.h index d1d0c31..7820d0c 100644 --- a/Snap/Core/Infrastructure/Interoperability/Snap.h +++ b/Snap/Core/Infrastructure/Interoperability/Snap.h @@ -1,5 +1,3 @@ -#import "Snap_Swift-Swift.h" - #define verifyView(view) \ if (![view isKindOfClass: [UIView class]]) { \ @throw[NSException exceptionWithName: @"Invalid view" reason: [NSString stringWithFormat: @"View is invalid, you must provider a UIView subclass instead of %@", [view class]] userInfo: nil]; \