Added missing java file

Added many ignores
This commit is contained in:
Philipp Crocoll
2013-07-30 20:41:19 +02:00
parent 8c682d8a24
commit 89eb4b0a34
2 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package keepass2android.kbbridge;
public class StringForTyping {
public String displayName;
public String value;
}