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