@protocol PXAudioAssetFetchResult; @interface PXFlexMusicCuration : NSObject @property (readonly, nonatomic) id bestSongSuggestions; @property (readonly, nonatomic) id secondarySongSuggestions; - (id)init; - (void).cxx_destruct; - (id)initWithBestSongSuggestions:(id)a0 secondarySongSuggestions:(id)a1; @end