Skip to content

Commit

Permalink
Fix imports to work as framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonchul Koh authored and Yoonchul Koh committed Oct 21, 2015
1 parent 30037a6 commit f45f542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AFOAuth2Manager/AFHTTPRequestSerializer+OAuth2.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import "AFURLRequestSerialization.h"
#import <AFNetworking/AFURLRequestSerialization.h>

@class AFOAuthCredential;

Expand Down
2 changes: 1 addition & 1 deletion AFOAuth2Manager/AFOAuth2Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#import <Foundation/Foundation.h>

#import "AFHTTPRequestOperationManager.h"
#import <AFNetworking/AFHTTPRequestOperationManager.h>

@class AFOAuthCredential;

Expand Down

0 comments on commit f45f542

Please sign in to comment.