@class NSObject; @protocol OS_dispatch_queue; @interface CMPedestrianFenceManagerInternal : NSObject { void *fLocationdConnection; id /* block */ fFenceHandler; NSObject *fPrivateQueue; } - (id)init; - (void)dealloc; - (void)_clearFence:(id)a0 force:(BOOL)a1; - (void)_setFence:(id)a0 withRadius:(id)a1 wake:(BOOL)a2 delay:(id)a3 withCompletion:(id /* block */)a4; - (void)_setInSession:(BOOL)a0; @end