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-22 16:10:33 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04b3d9c5e075ab7a9b38cec1353e9da9a8ff4034
04b3d9c5
1 parent
b3de943a
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 @
04b3d9c
//
// 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 @
04b3d9c
//
// 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