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

21 lines
335 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// NSURL+DTExtensions.h
// MobileFoundation
//
// Created by liangbao.llb on 16/3/2.
// Copyright © 2016年 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSURL (DTExtensions)
/**
* URL中的参数
*
* @return
*/
- (NSDictionary *)alipayUrlParams;
@end