Skip to content

Commit

Permalink
Update Contents.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorMurfy authored Oct 1, 2024
1 parent 71304ff commit e8a71df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class EmojiChooser {

// emoji array which stores emojis.
// note: also an option to directly input it instead without a constant.
let array = ["😃", "😃", "🍷", "🫸", "🔵", "🔴", "🫷", "🤌", "🫴", "🟣", "🤯", "😔", "🤔", "🤫", "🧏", "💀", "😭", "☺️", "❤️", "👌","💕","😏","😍","👍","✌️","🙈","😎","😴","😁","🥶","🤬","😤"]
let array = ["😃", "🍷", "🫸", "🔵", "🔴", "🫷", "🤌", "🫴", "🟣", "🤯", "😔", "🤔", "🤫", "🧏", "💀", "😭", "☺️", "❤️", "👌","💕","😏","😍","👍","✌️","🙈","😎","😴","😁","🥶","🤬","😤"]

var emoji1 = EmojiChooser(emojis: array)
//print(emoji1.emojis) // print out emoji
Expand Down

0 comments on commit e8a71df

Please sign in to comment.