aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h')
-rwxr-xr-xexample/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h b/example/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h
deleted file mode 100755
index ac4b0f2b..00000000
--- a/example/ios/iOS UI Test/iOS UI Test/MCOCIDURLProtocol.h
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-// MCTCIDURLProtocol.h
-// testUI
-//
-// Created by DINH Viêt Hoà on 1/22/13.
-// Copyright (c) 2013 MailCore. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-#include <MailCore/MailCore.h>
-
-@interface MCOCIDURLProtocol : NSURLProtocol
-
-+ (void) registerProtocol;
-
-+ (BOOL) isCID:(NSURL *)url;
-+ (BOOL) isXMailcoreImage:(NSURL *)url;
-
-#ifdef __cplusplus
-+ (void) startLoadingWithMessage:(MCOAbstractMessage *)message
- partUniqueID:(NSString *)partUniqueID
- data:(NSData *)data
- request:(NSMutableURLRequest *)request;
-
-+ (void) partDownloadedMessage:(MCOAbstractMessage *)message
- partUniqueID:(NSString *)partUniqueID
- data:(NSData *)data;
-#endif
-
-@end