You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
341 B
Java
11 lines
341 B
Java
2 years ago
|
package com.dowse.devicesdk;
|
||
|
|
||
|
public abstract interface ISMSReceiver
|
||
|
{
|
||
|
public abstract void onReceive(String paramString1, String paramString2, String paramString3);
|
||
|
}
|
||
|
|
||
|
/* Location: C:\Users\JingJing\Desktop\i1aar\dsdevicesdk1.3\classes.jar
|
||
|
* Qualified Name: com.dowse.devicesdk.ISMSReceiver
|
||
|
* JD-Core Version: 0.6.0
|
||
|
*/
|