aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2015-08-15 23:21:31 +0200
committerlookshe <github@lookshe.org>2015-08-15 23:24:46 +0200
commit9e785f265858b5e475bbb720ae8cb89b12675594 (patch)
treec63c74cf305a4edef0a5a279b2229c281854f7f9 /libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java
parent79c585144d0967a2e5d4b1cfb6c486332d0b0cfb (diff)
first attempt for trying to change emojicon to https://github.com/rockerhieu/emojicontrz/emojicon-new
Diffstat (limited to 'libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java')
-rw-r--r--libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java28
1 files changed, 28 insertions, 0 deletions
diff --git a/libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java b/libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java
new file mode 100644
index 00000000..8adfe5e3
--- /dev/null
+++ b/libs/emojicon/src/main/java/com/rockerhieu/emojicon/EmojiconRecents.java
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2014 Hieu Rocker
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.rockerhieu.emojicon;
+
+import com.rockerhieu.emojicon.emoji.Emojicon;
+
+import android.content.Context;
+
+/**
+* @author Daniele Ricci
+*/
+public interface EmojiconRecents {
+ public void addRecentEmoji(Context context, Emojicon emojicon);
+}