luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface CMStepCounterProxy : NSObject {
    void *fLocationdConnection;
    BOOL fStartedUpdates;
    NSObject<OS_dispatch_queue> *fInternalQueue;
    long long fStepCountFromStart;
    long long fPrevStepCount;
}

- (id)init;
- (void)_handleQueryResponse:(struct shared_ptr<CLConnectionMessage> { struct CLConnectionMessage *x0; struct __shared_weak_count *x1; })a0 onQueue:(id)a1 withHandler:(id /* block */)a2;
- (void)dealloc;
- (void)_teardown;
- (void)_queryStepCountStartingFromInternal:(id)a0 to:(id)a1 toQueue:(id)a2 withHandler:(id /* block */)a3;
- (void)_startStepCountingUpdatesToQueue:(id)a0 updateOn:(long long)a1 withHandler:(id /* block */)a2;

@end