mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-17 04:51:58 -05:00
update:demo4
This commit is contained in:
7
com/study/demo4/SmartDevice.java
Normal file
7
com/study/demo4/SmartDevice.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.study.demo4;
|
||||
|
||||
interface SmartDevice {
|
||||
void turnOn();
|
||||
void turnOff();
|
||||
String getStatus();
|
||||
}
|
||||
Reference in New Issue
Block a user