Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00037 #import <Foundation/Foundation.h>
00038
00039 @class Request;
00040
00044 @interface Validate : NSObject <NSCoding> {
00045
00046 Request *requestToBeValidated;
00048 }
00049
00050 @property (nonatomic, retain) Request *requestToBeValidated;
00051
00052 @end