mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
13 lines
205 B
Objective-C
13 lines
205 B
Objective-C
//
|
|
// NSString_slashed.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 4/22/11.
|
|
// Copyright 2011 Haystack Software. All rights reserved.
|
|
//
|
|
|
|
|
|
|
|
@interface NSString (slashed)
|
|
- (NSString *)slashed;
|
|
@end
|