aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index c8b0ec0a..ff71c0b6 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -175,4 +175,10 @@
+ (SPFieldTypeHelp *)helpForFieldType:(NSString *)typeName;
+#pragma mark - SPTableStructureLoading
+
+- (void)loadTable:(NSString *)aTable;
+- (IBAction)reloadTable:(id)sender;
+- (void)setTableDetails:(NSDictionary *)tableDetails;
+
@end