00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 #import "EDKeyedObjectProtocol.h" 00010 #import "NSCopyingProtocol.h" 00011 00012 @class EDCollection, EDDifferentialStyle; 00013 00014 @interface EDTableStyleElement : NSObject <EDKeyedObject, NSCopying> 00015 { 00016 EDCollection *mDifferentialStyles; 00017 int mType; 00018 unsigned int mBandSize; 00019 EDDifferentialStyle *mDifferentialStyle; 00020 } 00021 00022 + (id)tableStyleElementWithResources:(id)fp8; 00023 - (id)initWithResources:(id)fp8; 00024 - (void)dealloc; 00025 - (id)copyWithZone:(struct _NSZone *)fp8; 00026 - (int)key; 00027 - (int)type; 00028 - (void)setType:(int)fp8; 00029 - (unsigned int)bandSize; 00030 - (void)setBandSize:(unsigned int)fp8; 00031 - (id)differentialStyle; 00032 - (void)setDifferentialStyle:(id)fp8; 00033 - (void)setDifferentialStyleWithIndex:(unsigned int)fp8; 00034 00035 @end 00036