utils: クラス作成

This commit is contained in:
r-ca 2023-12-14 03:10:02 +09:00
parent 9c1aeb0dbf
commit 6069d1eb1c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils.impl;
public class DeviceInfoUtilsImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils.module;
public class DeviceInfoUtilsModule {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils.repository;
public interface DeviceInfoUtils {
}