NSURL(ARTUtils)

@interface NSURL (ARTUtils)

+ (nullable NSURL *)copyFromURL:(NSURL *)url withHost:(NSString *)host;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (nullable NSURL *)copyFromURL:(NSURL *)url withHost:(NSString *)host;

    Swift

    class func copy(from url: URL, withHost host: String) -> URL?