mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
10 lines
219 B
Java
10 lines
219 B
Java
package SummaryCard;
|
|
|
|
import com.qq.jce.JceStruct;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
public final class AlbumInfo extends JceStruct {
|
|
static ArrayList<PhotoInfo> cache_vPhotos;
|
|
public ArrayList<PhotoInfo> vPhotos;
|
|
} |