Files
suixinkan_ios_new/suixinkan/Features/TravelAlbum/Services/TravelAlbumSession.swift
汉秋 d2fe5d71e4 Add TravelAlbum, ProfileSpace, and wired camera transfer modules.
Introduce travel album entry with Sony PTP tethering pipeline, profile space settings page, home routing updates, Launch Screen storyboard, and related tests/docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 09:41:05 +08:00

14 lines
258 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// TravelAlbumSession.swift
// suixinkan
//
// Created by Codex on 2026/6/29.
//
import Foundation
///
enum TravelAlbumSession {
static var currentAlbum: TravelAlbumItem?
}