ResKnife/Cocoa/Plug-Ins/Template Editor/ElementKEYB.h

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