Skip to content
Permalink
Browse files
merge SPTableStructure (part of #2789)
  • Loading branch information
dmoagx committed Jan 20, 2018
1 parent 69cc436 commit 8b221ee
Show file tree
Hide file tree
Showing 9 changed files with 1,151 additions and 1,340 deletions.
@@ -82,7 +82,6 @@
#import "SPTableTriggers.h"
#ifdef SP_CODA /* headers */
#import "SPTableStructure.h"
#import "SPTableStructureLoading.h"
#endif
#import "SPPrintAccessory.h"
#import "MGTemplateEngine.h"
@@ -37,7 +37,6 @@
#import "SPTablesList.h"
#import "SPTableView.h"
#import "SPTableStructure.h"
#import "SPTableStructureLoading.h"
#import "SPThreadAdditions.h"
#import "SPFunctions.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

0 comments on commit 8b221ee

Please sign in to comment.