Skip to content

Commit 8e6594e

Browse files
author
Kenny Ackerson
committed
Fixing imports
1 parent dc43df2 commit 8e6594e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TMTumblrSDK/APIClient/TMAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2013 Tumblr. All rights reserved.
77
//
88

9-
@import Foundation;
9+
#import <Foundation/Foundation.h>
1010
@class JXHTTPOperation;
1111
@class JXHTTPOperationQueue;
1212

TMTumblrSDK/AppClient/TMTumblrAppClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2012 Tumblr. All rights reserved.
77
//
88

9-
@import Foundation;
9+
#import <Foundation/Foundation.h>
1010

1111
/**
1212
Convenience wrapper around the URLs that [Tumblr for iOS](https://itunes.apple.com/us/app/tumblr/id305343404) knows how

0 commit comments

Comments
 (0)