mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
15 lines
265 B
Objective-C
Executable file
15 lines
265 B
Objective-C
Executable file
//
|
|
// NSString+OSKEmoji.h
|
|
// Unread
|
|
//
|
|
// Created by Jared on 1/18/14.
|
|
// Copyright (c) 2014 Nice Boy LLC. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSString (OSKEmoji)
|
|
|
|
- (NSUInteger)osk_lengthAdjustingForComposedCharacters;
|
|
|
|
@end
|