//
// PhotosViewModel.swift
// Crush
// Created by Leon on 2025/9/30.
class PhotosViewModel{
static let shared = PhotosViewModel()
@Published var album: AlbumPhotoItem?
}