Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Michael Mayo
2009-12-23 06:10:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Ben Copsey
2010-01-14 17:44:36 +0800
Commit
4b332a51d956748b7862f3756ae36ea303ef8dc0
4b332a51
1 parent
0db7f88b
Cloud Files Request class
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
Classes/ASICFRequest.h
Classes/ASICFRequest.m
Classes/ASICFRequest.h
0 → 100644
View file @
4b332a5
//
// 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
...
...
Classes/ASICFRequest.m
0 → 100644
View file @
4b332a5
//
// ASICFRequest.m
// iPhone
//
// Created by Michael Mayo on 12/22/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "ASICFRequest.h"
@implementation
ASICFRequest
@end
...
...
Please
register
or
login
to post a comment