@class PUMergedLivePhotosVideo, NSString, PUMergedLivePhotosVideoRequest, ISLivePhotoPlayer, NSError, PUBrowsingViewModel; @interface PUOneUpMergedVideoProvider : PXObservable @property (retain, nonatomic) PUMergedLivePhotosVideo *mergedVideo; @property (nonatomic) long long state; @property (retain, nonatomic) PUMergedLivePhotosVideoRequest *currentRequest; @property (readonly, nonatomic) PUBrowsingViewModel *browsingViewModel; @property (readonly, nonatomic) ISLivePhotoPlayer *livePhotoPlayer; @property (readonly, nonatomic) NSError *error; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_updateLivePhotoPlayerItem; - (void)viewModel:(id)a0 didChange:(id)a1; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (id)mutableChangeObject; - (id)initWithBrowsingViewModel:(id)a0; - (void).cxx_destruct; - (void)_handleRequestChanges:(id)a0; - (void)setError:(id)a0; - (void)_handleViewModelChanges; @end