1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00

Add initial class

This commit is contained in:
Allan Wang 2019-04-21 21:32:29 -04:00
parent 51e71caf40
commit 2fc18d0803
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -0,0 +1,7 @@
package com.pitchedapps.frost.widgets
import android.appwidget.AppWidgetProvider
class NotificationWidget : AppWidgetProvider() {
}