ResKnife/Uli's Template Editor/UKIntegerTemplateField.h
Eric Gallager 3306fb2256 Un-gitignore the Uli's Template Editor folder
Note: The stuff in this folder doesn't actually work
2012-05-06 13:14:09 -04:00

24 lines
502 B
Objective-C

/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "UKTemplateField.h"
@interface UKIntegerTemplateField : UKTemplateField
{
int intValue;
}
+ (void)load;
- (id)initWithSettingsDictionary:(id)arg1;
- (void)readFromData:(id)arg1 offset:(int *)arg2;
- (void)writeToData:(id)arg1 offset:(int *)arg2;
- (id)plistRepresentation;
- (id)fieldValue;
- (void)setFieldValue:(id)arg1 forKey:(id)arg2;
@end