mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 06:56:20 +00:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
export class CameraPictureThumbnail
|
|
{
|
|
constructor(
|
|
public effectName: string,
|
|
public thumbnailUrl: string)
|
|
{}
|
|
}
|