From 3f40e506e58623d425d5ae5169f37945d34c99d9 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/cn/super12138/todo/logic/model/Orientation.kt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/src/main/kotlin/cn/super12138/todo/logic/model/Orientation.kt diff --git a/app/src/main/kotlin/cn/super12138/todo/logic/model/Orientation.kt b/app/src/main/kotlin/cn/super12138/todo/logic/model/Orientation.kt deleted file mode 100644 index 0ee211b..0000000 --- a/app/src/main/kotlin/cn/super12138/todo/logic/model/Orientation.kt +++ /dev/null @@ -1,6 +0,0 @@ -package cn.super12138.todo.logic.model - -enum class Orientation { - Portrait, - Landscape -} \ No newline at end of file