@class PLCloudSharedComment, NSString, NSCache, PUPhotoCommentEntryView, PLManagedAsset, PHAsset, UITableView; @protocol PUCommentsTableDataControllerDelegate; @interface PUCommentsTableDataController : NSObject { NSCache *_commentsHeightCache; PUPhotoCommentEntryView *_entryView; BOOL _hasPendingChanges; } @property (retain, nonatomic) PLManagedAsset *managedAsset; @property (retain, nonatomic) PLCloudSharedComment *justInsertedComment; @property (readonly, nonatomic) UITableView *tableView; @property (retain, nonatomic) PHAsset *asset; @property (nonatomic, getter=isEditing) BOOL editing; @property (nonatomic) BOOL shouldUseCompactCommentSeparators; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) double minimumHeight; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithTableView:(id)a0; - (long long)numberOfSectionsInTableView:(id)a0; - (id)init; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (void)dealloc; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)tableView:(id)a0 willDisplayCell:(id)a1 forRowAtIndexPath:(id)a2; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void).cxx_destruct; - (void)scrollViewDidScroll:(id)a0; - (BOOL)tableView:(id)a0 canEditRowAtIndexPath:(id)a1; - (BOOL)tableView:(id)a0 canPerformAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (void)tableView:(id)a0 performAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (BOOL)tableView:(id)a0 shouldShowMenuForRowAtIndexPath:(id)a1; - (id)_commentText; - (void)cloudCommentsDidChange:(id)a0; - (long long)_assetOwnerCommentSection; - (BOOL)_canPostCommentWithText:(id)a0 localizedFailureDescription:(id *)a1; - (id)_currentEntryView; - (void)_fontCacheDidChange:(id)a0; - (double)_heightForComment:(id)a0 forWidth:(double)a1 forInterfaceOrientation:(long long)a2; - (BOOL)_isAssetOwnerSectionVisible; - (long long)_postCommentSection; - (void)_postCommentWithText:(id)a0; - (void)_scrollToComment:(id)a0 animated:(BOOL)a1; - (long long)_smileCommentSection; - (long long)_textCommentSection; - (void)_updateFirstResponder; - (void)_validateAndPostComment:(id)a0; - (void)photoCommentEntryViewDidBeginEditing:(id)a0; - (void)photoCommentEntryViewDidEndEditing:(id)a0; - (void)photoCommentEntryViewHeightDidChange:(id)a0; - (BOOL)photoCommentEntryViewShouldEndEditing:(id)a0; - (void)photoCommentEntryViewWillBeginEditing:(id)a0; @end