Michael Mayo

complete cloud files support

1 -//  
2 -// ASICloudFilesUIImage.h  
3 -// iPhone  
4 -//  
5 -// Created by Michael Mayo on 1/7/10.  
6 -// Copyright 2010 __MyCompanyName__. All rights reserved.  
7 -//  
8 -  
9 -#import <Foundation/Foundation.h>  
10 -  
11 -  
12 -@interface ASICloudFilesUIImage : NSObject {  
13 -  
14 -}  
15 -  
16 -@end  
1 -//  
2 -// ASICloudFilesUIImage.m  
3 -// iPhone  
4 -//  
5 -// Created by Michael Mayo on 1/7/10.  
6 -// Copyright 2010 __MyCompanyName__. All rights reserved.  
7 -//  
8 -  
9 -#import "ASICloudFilesUIImage.h"  
10 -  
11 -  
12 -@implementation ASICloudFilesUIImage  
13 -  
14 -@end  
This diff was suppressed by a .gitattributes entry.