mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-18 10:30:35 +00:00
21 lines
349 B
Objective-C
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
|