00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #import <Foundation/Foundation.h>
00017
00018 #import "../AmazonUnmarshallerXMLParserDelegate.h"
00019
00020 #import "S3AccessControlList.h"
00021 #import "S3OwnerUnmarshaller.h"
00022 #import "S3GrantUnmarshaller.h"
00023
00024
00025 @interface S3AccessControlListUnmarshaller : AmazonUnmarshallerXMLParserDelegate {
00026 S3AccessControlList *accessControlList;
00027 }
00028
00029 @property (nonatomic, readonly) S3AccessControlList* accessControlList;
00030
00031 @end