Skip to content

Commit

Permalink
import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Dec 21, 2015
1 parent eec5bec commit 03b6064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GPUberView/GPUberNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <Bolts.h>
#import "Bolts.h"
#import <CoreLocation/CoreLocation.h>

@interface GPUberNetworking : NSObject
Expand Down
2 changes: 1 addition & 1 deletion GPUberView/GPUberNetworking.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "GPUberNetworking.h"
#import <JSONModel.h>
#import "JSONModel.h"
#import "GPUberPrice.h"
#import "GPUberProduct.h"
#import "GPUberTime.h"
Expand Down
2 changes: 1 addition & 1 deletion GPUberView/GPUberProduct.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

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

@interface GPUberProduct : JSONModel

Expand Down

0 comments on commit 03b6064

Please sign in to comment.