ResKnife/NuTemplateEditor/ElementKEYB.h
Nicholas Shanks fee2452785 Allow the rebase of foreign repositories onto master.
Restores the NuTemplateEditor directory deleted from Git but not from SVN. Foreign repos were forked from SVN tree
2014-02-20 00:53:03 +00:00

16 lines
235 B
Objective-C

#import <Cocoa/Cocoa.h>
#import "Element.h"
@interface ElementKEYB : Element
{
NSMutableArray *subElements;
}
- (void)setSubElements:(NSMutableArray *)a;
- (NSMutableArray *)subElements;
@end
@interface ElementKEYE : Element
@end