ASIS3ServiceRequest.h
416 Bytes
//
// ASIS3ServiceRequest.h
// Part of ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest
//
// Created by Ben Copsey on 16/03/2010.
// Copyright 2010 All-Seeing Interactive. All rights reserved.
//
// Create an ASIS3ServiceRequest to obtain a list of your buckets
#import <Foundation/Foundation.h>
#import "ASIS3Request.h"
@interface ASIS3ServiceRequest : ASIS3Request {
}
+ (id)serviceRequest;
@end