Monotone-Parent: 2fb9aaf01f9b4a29e3d49d6c35deaf48a4e57e9c

Monotone-Revision: 825d6255230167e6f80d8015a569afa6bdb4cb7d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-16T15:24:16
This commit is contained in:
Wolfgang Sourdeau
2012-04-16 15:24:16 +00:00
parent 10bfd70be1
commit 6aa627a800
4 changed files with 114 additions and 0 deletions
+5
View File
@@ -74,6 +74,11 @@
- (NSUInteger) countOccurrencesOfString: (NSString *) substring;
/* Those methods provide symmetric enc-/decryption via a XOR operation */
- (NSString *) encryptWithKey: (NSString *) theKey;
- (NSString *) decryptWithKey: (NSString *) theKey;
@end
#endif /* NSSTRING_URL_H */