mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-17 12:05:12 +00:00
fee2452785
Restores the NuTemplateEditor directory deleted from Git but not from SVN. Foreign repos were forked from SVN tree
16 lines
235 B
Objective-C
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
|