11 lines
119 B
Swift
11 lines
119 B
Swift
//
|
|
// Snapshot.swift
|
|
// punchnet
|
|
//
|
|
// Created by 安礼成 on 2026/5/20.
|
|
//
|
|
|
|
protocol Snapshot: AnyObject {
|
|
|
|
}
|