refactor: 移除无用类

This commit is contained in:
Super12138 2025-02-04 16:23:58 +08:00
parent e8af5d8538
commit 3f40e506e5

View file

@ -1,6 +0,0 @@
package cn.super12138.todo.logic.model
enum class Orientation {
Portrait,
Landscape
}