/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, September 20, 2017 at 9:27:06 PM Eastern European Summer Time
* Operating System: Version 11.0 (Build 15A372)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
@protocol UITable_RowDataSource <UITable>property
@required
-(UIEdgeInsets*)_contentInset;
-(bool)_shouldUseNewHeaderFooterBehavior;
-(bool)_estimatesHeights;
-(id)_constants;
-(double)_headerFooterLeadingMarginWidth;
-(double)_headerFooterTrailingMarginWidth;
-(double)_defaultSectionHeaderHeight;
-(bool)_estimatesRowHeights;
-(bool)_estimatesSectionHeaderHeights;
-(bool)_estimatesSectionFooterHeights;
-(double)_estimatedHeightForHeaderInSection:(long long)arg1;
-(double)_estimatedHeightForFooterInSection:(long long)arg1;
-(double)_heightForRowAtIndexPath:(id)arg1;
-(bool)_shouldStripHeaderTopPaddingForSection:(long long)arg1;
-(double)_defaultSectionFooterHeight;
-(void)_setHeight:(double)arg1 forRowAtIndexPath:(id)arg2 usingPresentationValues:(bool)arg3;
-(UIEdgeInsets*)_tableContentInset;
-(double)_heightForHeaderInSection:(long long)arg1;
-(double)_heightForFooterInSection:(long long)arg1;
-(double)_estimatedHeightForRowAtIndexPath:(id)arg1;
-(double)_dataSourceHeightForRowAtIndexPath:(id)arg1;
-(double)_dataSourceHeightForHeaderInSection:(long long)arg1;
-(double)_dataSourceHeightForFooterInSection:(long long)arg1;
-(void)_applyContentSizeDeltaForEstimatedHeightAdjustments:(double)arg1;
-(void)_coalesceContentSizeUpdateWithDelta:(double)arg1;
-(id)_titleForHeaderInSection:(long long)arg1;
-(id)_titleForFooterInSection:(long long)arg1;
-(id)_detailTextForHeaderInSection:(long long)arg1;
-(id)_viewForHeaderInSection:(long long)arg1;
-(id)_viewForFooterInSection:(long long)arg1;
-(long long)_titleAlignmentForHeaderInSection:(long long)arg1;
-(long long)_titleAlignmentForFooterInSection:(long long)arg1;
-(double)_maxTitleWidthForHeaderInSection:(long long)arg1;
-(double)_maxTitleWidthForFooterInSection:(long long)arg1;
-(double)_swipeToDeleteOffsetForRow:(long long)arg1 inSection:(long long)arg2;
-(double)_sidePadding;
-(double)_rowSpacing;
-(bool)_isTableHeaderAutohiding;
-(double)_heightForTableHeader;
-(double)_heightForTableFooter;
-(bool)_providesRowHeights;
-(id)_tableHeaderView;
-(id)_tableFooterView;
-(bool)_shouldUseSearchBarHeaderBehavior;
@end