aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt
deleted file mode 100644
index 489f12a7..00000000
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt
+++ /dev/null
@@ -1,15 +0,0 @@
-package com.pitchedapps.frost.facebook
-
-/**
- * Created by Allan Wang on 2017-05-29.
- */
-enum class FBURL(val url: String) {
- FEED("https://touch.facebook.com/"),
- PROFILE("https://touch.facebook.com/me/"),
- BOOKMARKS("https://touch.facebook.com/bookmarks"),
- SEARCH("https://touch.facebook.com/search"),
- EVENTS("https://touch.facebook.com/events/upcoming"),
- FRIEND_REQUESTS("https://touch.facebook.com/requests"),
- MESSAGES("https://touch.facebook.com/messages"),
- NOTIFICATIONS("https://touch.facebook.com/notifications");
-} \ No newline at end of file