Skip to content

Commit

Permalink
removing angled quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Jan 20, 2016
1 parent 0e35380 commit 10c1b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FGTranslator/FGTranslateRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

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

extern NSString *const FG_TRANSLATOR_ERROR_DOMAIN;

Expand Down
4 changes: 2 additions & 2 deletions FGTranslator/FGTranslator.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#import "FGTranslator.h"
#import "FGTranslateRequest.h"
#import "NSString+FGTranslator.h"
#import <AFNetworking.h>
#import <PINCache.h>
#import "AFNetworking.h"
#import "PINCache.h"

typedef NSInteger FGTranslatorState;

Expand Down

0 comments on commit 10c1b1e

Please sign in to comment.