@class NSArray, NSString, VUIViewControllerContentPresenter, VUILibraryMenuItemViewCell; @protocol VUIHomeShareViewControllerDelegate; @interface VUIHomeShareViewController : VUILibraryStackViewController @property (retain, nonatomic) NSArray *homeShares; @property (retain, nonatomic) VUILibraryMenuItemViewCell *menuItemSizingCell; @property (retain, nonatomic) VUIViewControllerContentPresenter *contentPresenter; @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; - (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 sizeForItemAtIndexPath:(id)a2; - (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1; - (id)init; - (void)viewWillAppear:(BOOL)a0; - (void)dealloc; - (void)viewWillLayoutSubviews; - (void)viewDidLoad; - (void)loadView; - (void).cxx_destruct; - (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1; - (long long)numberOfSectionsInCollectionView:(id)a0; - (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1; - (void)_homeShareMediaLibrariesDidChange:(id)a0; - (void)configureWithCollectionView:(id)a0; @end