NewsBlur/clients/ios/Other Sources/Overshare Kit/NSString+OSKEmoji.h

16 lines
265 B
C
Raw Normal View History

2014-02-27 16:54:25 -08:00
//
// 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