• 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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • asi-http-request
  • Classes
  • Tests
  • ASICloudFilesRequestTests.h
  • Michael Mayo's avatar
    cleanup · db9f4a7d
    db9f4a7d Browse Files
    Michael Mayo authored 2010-01-10 17:52:26 -0800
ASICloudFilesRequestTests.h 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  ASICloudFilesRequestTests.h
//
//  Created by Michael Mayo on 1/6/10.
//

#import "ASITestCase.h"

@class ASINetworkQueue;

@interface ASICloudFilesRequestTests : ASITestCase {
	ASINetworkQueue *networkQueue;
	float progress;
}

@property (retain,nonatomic) ASINetworkQueue *networkQueue;

@end