13 lines
245 B
Objective-C
13 lines
245 B
Objective-C
|
|
// Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
// Use of this source code is governed by a MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NSString (NIMKit)
|
|
|
|
- (BOOL)nim_containsEmoji;
|
|
|
|
@end
|