luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface CMHealthTrackerInternal : NSObject {
    void *fLocationdConnection;
    NSObject<OS_dispatch_queue> *fInternalQueue;
    NSObject<OS_dispatch_queue> *fAppQueue;
}

- (id)init;
- (void)dealloc;
- (void)_teardown;
- (void)_queryMetMinutesFromDate:(id)a0 toDate:(id)a1 handler:(id /* block */)a2;
- (void)_queryVO2MaxInputsFromRecord:(id)a0 handler:(id /* block */)a1;

@end