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 @interface PDIterate : NSObject 00010 { 00011 int mType; 00012 BOOL mIsBackwards; 00013 BOOL mIsPercentage; 00014 double mValue; 00015 } 00016 00017 - (int)type; 00018 - (void)setType:(int)fp8; 00019 - (BOOL)isBackwards; 00020 - (void)setIsBackwards:(BOOL)fp8; 00021 - (BOOL)isValuePercentage; 00022 - (void)setIsValuePercentage:(BOOL)fp8; 00023 - (double)value; 00024 - (void)setValue:(double)fp8; 00025 00026 @end 00027