mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Add tests for NSURLComponents
This commit is contained in:
parent
d05b799740
commit
564f61d572
3 changed files with 59 additions and 14 deletions
|
@ -700,8 +700,6 @@ GS_NSURLComponents_IVARS;
|
|||
- (NSArray *) percentEncodedQueryItems;
|
||||
- (void) setPercentEncodedQueryItems: (NSArray *)queryItems;
|
||||
#endif
|
||||
- (NSString *) percentEncodedScheme;
|
||||
- (void) setPercentEncodedScheme: (NSString *)scheme;
|
||||
- (NSString *) percentEncodedUser;
|
||||
- (void) setPercentEncodedUser: (NSString *)user;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue