8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2732597 + 21ebe73 commit d0ebd8aCopy full SHA for d0ebd8a
InStock/ISAvailabilityViewController.m
@@ -15,16 +15,17 @@
15
#define kSegueShowBookmarks @"ShowBookmarks"
16
17
@implementation ISAvailabilityViewController
18
+{
19
+ AFHTTPRequestOperationManager* operationManager;
20
+ NSArray* stores;
21
+ NSString* lastLoadedSku;
22
+ NSString* lastPhoneNumber;
23
+ NSUInteger lastStoreIndex;
24
+ BOOL backFromAd;
25
+ NSDate* lastRefreshStart;
26
-AFHTTPRequestOperationManager* operationManager;
-NSArray* stores;
-NSString* lastLoadedSku;
-NSString* lastPhoneNumber;
-NSUInteger lastStoreIndex;
-BOOL backFromAd;
-NSDate* lastRefreshStart;
-
27
-CLLocationManager* locationManager;
+ CLLocationManager* locationManager;
28
+}
29
30
-(void)viewDidLoad{
31
[super viewDidLoad];
0 commit comments