Remove UTF32Char option for character tokens and use strings only

This commit is contained in:
iska
2014-10-25 01:06:55 +02:00
parent d119a78273
commit d4401c0f17
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -13,7 +13,6 @@
@property (nonatomic, copy) NSString *characters;
- (instancetype)initWithCharacter:(UTF32Char)character;
- (instancetype)initWithString:(NSString *)string;
@end