Skip to content

Commit

Permalink
merge SPTableStructure (part of #2789)
Browse files Browse the repository at this point in the history
  • 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.
1 change: 0 additions & 1 deletion Source/SPDatabaseDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
#import "SPTableTriggers.h"
#ifdef SP_CODA /* headers */
#import "SPTableStructure.h"
#import "SPTableStructureLoading.h"
#endif
#import "SPPrintAccessory.h"
#import "MGTemplateEngine.h"
Expand Down
1 change: 0 additions & 1 deletion Source/SPIndexesController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#import "SPTablesList.h"
#import "SPTableView.h"
#import "SPTableStructure.h"
#import "SPTableStructureLoading.h"
#import "SPThreadAdditions.h"
#import "SPFunctions.h"

Expand Down
6 changes: 6 additions & 0 deletions Source/SPTableStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,10 @@

+ (SPFieldTypeHelp *)helpForFieldType:(NSString *)typeName;

#pragma mark - SPTableStructureLoading

- (void)loadTable:(NSString *)aTable;
- (IBAction)reloadTable:(id)sender;
- (void)setTableDetails:(NSDictionary *)tableDetails;

@end
Loading

0 comments on commit 8b221ee

Please sign in to comment.