@class NSString, NSArray; @protocol FPCollectionDataSourceDelegate; @interface _FPUnionDataSource : NSObject { NSArray *_collections; BOOL _isRunning; } @property (readonly, nonatomic) BOOL hasMoreIncoming; @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)start; - (void)invalidate; - (void).cxx_destruct; - (void)collection:(id)a0 didEncounterError:(id)a1; - (void)collection:(id)a0 didUpdateItems:(id)a1 replaceItemsByFormerID:(id)a2 deleteItemsWithIDs:(id)a3; - (void)collection:(id)a0 didUpdateObservedItem:(id)a1; - (void)dataForCollectionShouldBeReloaded:(id)a0; - (void)enumerationMightHaveResumed; - (id)initWithCollections:(id)a0; @end