@class NSArray, NSString; @protocol GEOFeaturesControllerDelegate; @interface GEOFeaturesController : NSObject @property (retain, nonatomic) NSArray *features; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)valueChangedForGEOConfigKey:(struct { unsigned int x0; void *x1; })a0; - (id)init; - (void)dealloc; - (void).cxx_destruct; - (void)_initializeFeatures; @end