#import #import "TGModernMediaListItem.h" @class TGModernGalleryController; @interface TGModernMediaListModel : NSObject @property (nonatomic, copy) void (^itemsUpdated)(); @property (nonatomic, copy) void (^itemUpdated)(id); @property (nonatomic, readonly) NSUInteger totalCount; @property (nonatomic, strong, readonly) NSArray *items; - (void)_replaceItems:(NSArray *)items totalCount:(NSUInteger)totalCount; - (void)_transitionCompleted; - (TGModernGalleryController *)createGalleryControllerForItem:(id)item hideItem:(void (^)(id))hideItem referenceViewForItem:(UIView *(^)(id))referenceViewForItem; @end