settings class

This commit is contained in:
Zlatin Balevsky
2018-07-21 22:21:24 +01:00
parent fd061f615a
commit 9d32aae459

View File

@@ -0,0 +1,14 @@
package com.muwire.core
class MuWireSettings {
boolean isLeaf() {
// TODO: implement
false
}
boolean allowUntrusted() {
// TODO: implement
true
}
}