1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

4 lines
118 B
TypeScript
Raw Normal View History

2016-03-20 10:49:49 +01:00
export class Photo{
constructor(public id:number,public name:string,public width:number,public height:number){}
2016-03-20 10:49:49 +01:00
}