luxlabs header browser preview


@class MPSectionedCollection, MPStoreLibraryPersonalizationResponse;

@interface MPCModelRadioPersonalizationResponse : MPModelResponse {
    MPStoreLibraryPersonalizationResponse *_personalizationResponse;
}

@property (copy, nonatomic) MPSectionedCollection *radioStationTracks;
@property (readonly, copy, nonatomic) MPSectionedCollection *results;

- (void)dealloc;
- (void).cxx_destruct;
- (id)initWithRequest:(id)a0 personalizationResponse:(id)a1;

@end