@class NSArray, NSString, MPMediaLibraryConnectionAssertion; @interface MPModelLibraryResponse : MPModelResponse @property (copy, nonatomic) NSArray *sectionKeepLocalStatusConfigurations; @property (retain, nonatomic) MPMediaLibraryConnectionAssertion *libraryAssertion; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (id)newOperationForDetailedKeepLocalStatusConfigurationForSectionAtIndex:(long long)a0 responseHandler:(id /* block */)a1; - (id)initWithRequest:(id)a0; - (void).cxx_destruct; - (void)_mediaLibraryDidChangeNotification:(id)a0; @end