mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-09 13:31:13 +00:00
18 lines
273 B
C
18 lines
273 B
C
|
//
|
||
|
// NuTemplateLSTBElement.h
|
||
|
// ResKnife (PB2)
|
||
|
//
|
||
|
// Created by Uli Kusterer on Tue Aug 05 2003.
|
||
|
// Copyright (c) 2003 M. Uli Kusterer. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "NuTemplateGroupElement.h"
|
||
|
|
||
|
|
||
|
@interface NuTemplateLSTBElement : NuTemplateGroupElement
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|