@class PHFetchResult, PHFetchOptions, NSString, NSDictionary, PHAssetCollection, NSArray; @interface OKMediaFeederPhotoKit : OKMediaFeeder { unsigned long long _type; NSString *_collectionIdentifier; NSDictionary *_predicate; NSArray *_sortDescriptors; } @property (retain) PHFetchResult *fetchResult; @property (retain) PHAssetCollection *assetCollection; @property (retain) PHFetchOptions *options; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)isRemote; + (id)mediaFeederWithFetchResult:(id)a0; + (id)mediaFeederWithAllAssetsWithOptions:(id)a0; + (id)mediaFeederWithAssetCollection:(id)a0 andOptions:(id)a1; + (BOOL)supportLiveUpdates; + (id)supportedSettings; - (id)photoLibrary; - (id)init; - (void)dealloc; - (void)photoLibraryDidChange:(id)a0; - (id)initWithFetchResult:(id)a0; - (id)initWithSettings:(id)a0; - (BOOL)canBePersisted; - (id)feederSettings; - (id)indexesForMediaObjects:(id)a0; - (id)initWithAllAssetsWithOptions:(id)a0; - (id)initWithAssetCollection:(id)a0 andOptions:(id)a1; - (id)mediaObjectURLsAtIndexes:(id)a0; - (id)mediaObjectsAtIndexes:(id)a0; - (unsigned long long)numberOfMediaObjects; - (id)reloadMediaObjectsWithCompletionHandler:(id /* block */)a0; @end