2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 #import "NSCopying-Protocol.h"
11 @interface UISectionRowData
: NSObject
<NSCopying
>
27 - (float)_headerOrFooterSizeForTable
:(id
)fp8 title
:(id
)fp12 isHeader
:(BOOL
)fp16
;
28 - (void)addOffset
:(float)fp8 fromRow
:(int)fp12
;
29 - (float)_defaultSectionHeaderHeightForSection
:(int)fp8 tableView
:(id
)fp12 tableViewRowData
:(id
)fp16
;
30 - (float)_defaultSectionFooterHeightForSection
:(int)fp8 tableView
:(id
)fp12 tableViewRowData
:(id
)fp16
;
31 - (void)refreshWithSection
:(int)fp8 tableView
:(id
)fp12 tableViewRowData
:(id
)fp16
;
32 - (void)insertRowAtIndex
:(int)fp8 inSection
:(int)fp12 rowHeight
:(float)fp16 tableViewRowData
:(id
)fp20
;
33 - (void)deleteRowAtIndex
:(int)fp8
;
34 - (int)sectionLocationForRow
:(int)fp8
;
35 - (int)sectionLocationForReorderedRow
:(int)fp8
;
36 - (id
)copyWithZone
:(struct _NSZone
*)fp8
;