ResKnife/Uli's Template Editor/UKNibOwner.h

22 lines
318 B
C
Raw Normal View History

/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableArray;
@interface UKNibOwner : NSObject
{
NSMutableArray *topLevelObjects;
}
- (id)init;
- (void)dealloc;
- (id)nibFilename;
@end