ResKnife/NuTemplateEditor/NuTemplateLSTBElement.h

21 lines
349 B
Objective-C

//
// NuTemplateLSTBElement.h
// ResKnife (PB2)
//
// Created by Uli Kusterer on Tue Aug 05 2003.
// Copyright (c) 2003 M. Uli Kusterer. All rights reserved.
//
#import <AppKit/AppKit.h>
#import "NuTemplateGroupElement.h"
@interface NuTemplateLSTBElement : NuTemplateGroupElement
{
}
-(IBAction) showCreateResourceSheet: (id)sender;
@end