Skip to content

Commit

Permalink
Switching to @import FirebaseDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimike committed Jun 14, 2016
1 parent 91bb5b6 commit d1b6d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GeoFire/Implementation/GFQuery.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "GeoFire.h"
#import "GeoFire+Private.h"
#import "GFGeoHashQuery.h"
@import Firebase;
@import FirebaseDatabase;

@interface GFQueryLocationInfo : NSObject

Expand Down
2 changes: 1 addition & 1 deletion GeoFire/Implementation/GeoFire.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "GeoFire+Private.h"
#import "GFGeoHash.h"
#import "GFQuery+Private.h"
@import Firebase;
@import FirebaseDatabase;

NSString * const kGeoFireErrorDomain = @"com.firebase.geofire";

Expand Down

0 comments on commit d1b6d1b

Please sign in to comment.