16 lines
229 B
Objective-C
16 lines
229 B
Objective-C
//
|
|
// NSObject+Extension.h
|
|
// TUIVideoSeat
|
|
//
|
|
// Created by WesleyLei on 2022/9/23.
|
|
// Copyright © 2022 Tencent. All rights reserved.
|
|
//
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NSObject (Extension)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|