1
2
3
4
5
6
7
8
9
10
11
12
| global class Emoji {
| global String category;
| global String shortcut;
| global String unicodeCharacter;
| global Emoji() { }
| global Object clone() { }
| global Boolean equals(Object obj) { }
| global Double getBuildVersion() { }
| global Integer hashCode() { }
| global String toString() { }
|
| }
|
|