Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/skyweb07/Snap into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
skyweb07 committed Nov 25, 2017
2 parents f897f87 + f17274c commit 7846e33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class SnapTests: XCTestCase {
> Objective-c
```objc
@import XCTest;
#import <Snap_swift/Snap_swift-swift.h>
#import <Snap_swift/Snap.h>

@interface SnapTests : XCTestCase
Expand Down
2 changes: 0 additions & 2 deletions Snap/Core/Infrastructure/Interoperability/Snap.h
Original file line number Diff line number Diff line change
@@ -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]; \
Expand Down

0 comments on commit 7846e33

Please sign in to comment.