From a95107d0d10583bfd95495bdc84cc23022b56000 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 26 Jun 2017 13:31:37 -0700 Subject: Update dependencies --- app/src/main/kotlin/com/pitchedapps/frost/facebook/FbSearch.kt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/main/kotlin/com/pitchedapps/frost/facebook/FbSearch.kt (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbSearch.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbSearch.kt new file mode 100644 index 00000000..151957d3 --- /dev/null +++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbSearch.kt @@ -0,0 +1,9 @@ +package com.pitchedapps.frost.facebook + +/** + * Created by Allan Wang on 2017-06-26. + * + * Handles asynchronous user graph searches + */ +class FbSearch { +} \ No newline at end of file -- cgit v1.2.3