Showing
2 changed files
with
32 additions
and
0 deletions
Classes/ASICFRequest.h
0 → 100644
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 |
-
Please register or login to post a comment