00001 // 00002 // Validate.h 00003 // DistributedCalendar 00004 // 00005 // Created by Jagdish on 9/1/10. 00006 // Copyright 2010 __MyCompanyName__. All rights reserved. 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
1.7.2