bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/Headers/NSURL+URLWithFixedString.h

19 lines
455 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// NSURL+URLWithFixedString.h
// MobileFoundation
//
// Created by 定风波 on 7/17/15.
// Copyright (c) 2015 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSURL (URLWithFixedString)
/**
* URLWithString这个方法做了一些扩展#% http://www.ietf.org/rfc/rfc3986.txt
*/
+ (instancetype)URLWithFixedString:(NSString *)URLString;
@end