Ben Copsey

Remove old files

//
// ASICFRequest.h
// Part of ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest
//
// Created by Michael Mayo on 22/12/09.
// Copyright 2009 All-Seeing Interactive. All rights reserved.
//
// A (basic) class for accessing data stored on Rackspace's Cloud Files Service
// http://www.rackspacecloud.com/cloud_hosting_products/files
#import <Foundation/Foundation.h>
@interface ASICFRequest : NSObject {
}
@end
//
// ASICFRequest.m
// iPhone
//
// Created by Michael Mayo on 12/22/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "ASICFRequest.h"
@implementation ASICFRequest
@end