Michael Mayo
Committed by Ben Copsey

Cloud Files Request class

  1 +//
  2 +// ASICFRequest.h
  3 +// Part of ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest
  4 +//
  5 +// Created by Michael Mayo on 22/12/09.
  6 +// Copyright 2009 All-Seeing Interactive. All rights reserved.
  7 +//
  8 +// A (basic) class for accessing data stored on Rackspace's Cloud Files Service
  9 +// http://www.rackspacecloud.com/cloud_hosting_products/files
  10 +
  11 +#import <Foundation/Foundation.h>
  12 +
  13 +
  14 +@interface ASICFRequest : NSObject {
  15 +
  16 +}
  17 +
  18 +@end
  1 +//
  2 +// ASICFRequest.m
  3 +// iPhone
  4 +//
  5 +// Created by Michael Mayo on 12/22/09.
  6 +// Copyright 2009 __MyCompanyName__. All rights reserved.
  7 +//
  8 +
  9 +#import "ASICFRequest.h"
  10 +
  11 +
  12 +@implementation ASICFRequest
  13 +
  14 +@end