arq_restore/NSString_slashed.h
2014-07-28 14:20:07 -04:00

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