mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-04-18 14:18:13 -04:00
10 lines
155 B
Java
10 lines
155 B
Java
package net.xcreen.restsms;
|
|
|
|
import android.app.Application;
|
|
|
|
public class AppContext extends Application {
|
|
|
|
SMSServer smsServer = new SMSServer();
|
|
|
|
}
|