AgoraChatSDK 1.2.0
NSObject+Coding.h
1//
2// NSObject+Coding.h
3// chat-uikit
4//
5// Created by 朱继超 on 2022/4/2.
6//
7
8#import <Foundation/Foundation.h>
9
11
12- (void)ease_decodeWithCoder:(NSCoder *)decoder;
13
14- (void)ease_encodeWithCoder:(NSCoder *)code;
15
16- (id)ease_copyWithZone:(NSZone *)zone;
17
18- (id)ease_mutableCopyWithZone:(NSZone *)zone;
19
20@end
21
Definition: NSObject+Coding.h:10