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
Ben Copsey
2010-01-14 11:34:35 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf701b6d440ec9e5fbac47ba4e818d4ce76c8892
bf701b6d
1 parent
3d7793c3
Remove old files
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
Classes/ASICFRequest.h
Classes/ASICFRequest.m
Classes/ASICFRequest.h
deleted
100644 → 0
View file @
3d7793c
//
// 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
deleted
100644 → 0
View file @
3d7793c
//
// 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