12 lines
217 B
Mathematica
12 lines
217 B
Mathematica
|
|
// Copyright (c) 2024 Tencent. All rights reserved.
|
||
|
|
// Author: eddardliu
|
||
|
|
|
||
|
|
#import "TUIMultimediaSticker.h"
|
||
|
|
|
||
|
|
@implementation TUIMultimediaSticker
|
||
|
|
- (instancetype)init {
|
||
|
|
self = [super init];
|
||
|
|
return self;
|
||
|
|
}
|
||
|
|
@end
|