Skip to content

Commit

Permalink
Adding CLPacemark for building
Browse files Browse the repository at this point in the history
  • Loading branch information
JunesiPhone committed Dec 21, 2018
1 parent 5588fdf commit 0a00de6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ Packages/
.theos
*.dylib
*.deb
Makefile
12 changes: 12 additions & 0 deletions Tweak/Weather/XIWeatherHeaders.h
Expand Up @@ -11,6 +11,18 @@

#import <CoreLocation/CoreLocation.h>

@interface CLPlacemark (Private)
@property (nonatomic, readonly, copy) NSString *subThoroughfare;
@property (nonatomic, readonly, copy) NSString *thoroughfare;
@property (nonatomic, readonly, copy) NSString *subLocality;
@property (nonatomic, readonly, copy) NSString *locality;
@property (nonatomic, readonly, copy) NSString *postalCode;
@property (nonatomic, readonly, copy) NSString *subAdministrativeArea;
@property (nonatomic, readonly, copy) NSString *administrativeArea;
@property (nonatomic, readonly, copy) NSString *country;
@property (nonatomic, readonly, copy) NSString *ISOcountryCode;
@end

@interface CLLocationManager (Private)
+ (int)authorizationStatusForBundleIdentifier:(id)arg1;
@end
Expand Down

0 comments on commit 0a00de6

Please sign in to comment.