]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/PLLocationController.h
Adding the WebCore headers (for Cydget).
[iphone-api.git] / PhotoLibrary / PLLocationController.h
CommitLineData
491070e3
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9#import "CLLocationManagerDelegate-Protocol.h"
10
11@class CLLocationManager, NSMutableArray;
12
13@interface PLLocationController : NSObject <CLLocationManagerDelegate>
14{
15 CLLocationManager *_locationManager;
16 int _managerRefCount;
17 NSMutableArray *_locationPendingPaths;
18}
19
20+ (id)sharedInstance;
21- (void)dealloc;
22- (void)start;
23- (void)stop;
24- (BOOL)isRunning;
25- (id)location;
26- (id)locationEXIFDictionary;
27- (void)addLocationToImageAtPathWhenAvailable:(id)fp8;
28- (void)_updatePendingImagePaths;
29- (void)locationManager:(id)fp8 didUpdateToLocation:(id)fp12 fromLocation:(id)fp16;
30
31@end
32