TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/NSObject+TDSCoding.h

24 lines
384 B
C
Raw Normal View History

2022-01-07 17:19:30 +08:00
//
// NSObject+TDSCoding.h
// TDSCommon
//
// Created by Insomnia on 2020/10/20.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSObject (TDSCoding)
/**
*
*/
- (void)tds_decode:(NSCoder *)decoder;
/**
*
*/
- (void)tds_encode:(NSCoder *)encoder;
@end
NS_ASSUME_NONNULL_END