@protocol WPZoneTrackerDelegate; @interface WPZoneTracker : WPClient @property (weak, nonatomic) id delegate; @property (nonatomic) BOOL wantEntry; @property (nonatomic) BOOL wantExit; - (void)stateDidChange:(long long)a0; - (void)unregisterForZoneChanges:(id)a0; - (void)failedToRegisterZones:(id)a0 withError:(id)a1; - (void)unregisterAllZoneChanges; - (void)invalidate; - (id)initWithDelegate:(id)a0 queue:(id)a1; - (id)description; - (void)exitedZone:(id)a0; - (void)enteredZone:(id)a0 manufacturerData:(id)a1; - (void).cxx_destruct; - (void)fetchedCurrentlyTrackedZones:(id)a0; - (id)initWithDelegate:(id)a0; - (id)clientAsString; - (void)getCurrentTrackedZones; - (void)registerForZoneChangesMatching:(id)a0; @end