Back out D2098670: Allow uploading a native file (e.g. photo) via XMLHttpRequest

This commit is contained in:
Philipp von Weitershausen
2015-05-26 13:29:41 -07:00
parent cfa4b13472
commit 3269af227f
5 changed files with 10 additions and 55 deletions

View File

@@ -23,6 +23,4 @@
+ (void)loadImageWithTag:(NSString *)tag
callback:(void (^)(NSError *error, id /* UIImage or CAAnimation */ image))callback;
+ (BOOL)isSystemImageURI:(NSString *)uri;
@end