Files
RestSMS/app/src/main/java/net/xcreen/restsms/AppContext.java
2018-09-27 12:42:29 +02:00

10 lines
155 B
Java

package net.xcreen.restsms;
import android.app.Application;
public class AppContext extends Application {
SMSServer smsServer = new SMSServer();
}