Remove deprecated RCTImageSource method

Reviewed By: majak

Differential Revision: D3755010

fbshipit-source-id: a1c4cfa066c51ec0111378a1b4e08f58b92e6cbd
This commit is contained in:
Pieter De Baets 2016-08-23 11:26:37 -07:00 committed by Facebook Github Bot 4
parent bfa01f0d15
commit a718f14af7
2 changed files with 0 additions and 17 deletions

View File

@ -36,13 +36,6 @@
@end
@interface RCTImageSource (Deprecated)
@property (nonatomic, strong, readonly) NSURL *imageURL
__deprecated_msg("Use request.URL instead.");
@end
@interface RCTConvert (ImageSource)
+ (RCTImageSource *)RCTImageSource:(id)json;

View File

@ -48,16 +48,6 @@
@end
@implementation RCTImageSource (Deprecated)
- (NSURL *)imageURL
{
return self.request.URL;
}
@end
@implementation RCTConvert (ImageSource)
+ (RCTImageSource *)RCTImageSource:(id)json