Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
|
|
@ -0,0 +1,17 @@
|
|||
package dev.ukanth.ufirewall.events;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
/**
|
||||
* Created by ukanth on 21/8/16.
|
||||
*/
|
||||
|
||||
public class RulesEvent {
|
||||
public final Context ctx;
|
||||
public final String message;
|
||||
|
||||
public RulesEvent(String message,Context ctx) {
|
||||
this.message = message;
|
||||
this.ctx = ctx;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue