Skip to content

Instantly share code, notes, and snippets.

View veb's full-sized avatar
👋

Mike Mackenzie veb

👋
View GitHub Profile
@veb
veb / HashTagEnry.java
Created June 29, 2014 02:36
tagggin'
import com.orm.SugarRecord;
/**
* Created by mike on 29/06/14.
*/
public class HashTagEnry extends SugarRecord<JournalEntry> {
String tag;
JournalEntry entry;
public HashTagEnry() {