mirror of
https://github.com/wu736139669/ASHReactNative.git
synced 2026-08-05 05:54:53 +00:00
15 lines
240 B
Objective-C
15 lines
240 B
Objective-C
//
|
|
// NSString+Util.h
|
|
// ASHReactNative
|
|
//
|
|
// Created by xmfish on 17/4/10.
|
|
// Copyright © 2017年 ash. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSString (Util)
|
|
|
|
- (NSDictionary*)ash_queryDictionary;
|
|
@end
|