Skip to content

Commit

Permalink
[feat] Added sample Application class
Browse files Browse the repository at this point in the history
  • Loading branch information
seyfullahpolatteknasyon committed Jun 14, 2019
1 parent 7904ed2 commit 9225ed8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sample/src/main/java/com/teknasyon/desk360examp/Desk360App.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.teknasyon.desk360examp

import android.app.Application

/**
* Created by seyfullah on 14,June,2019
*
*/
class Desk360App: Application(){
override fun onCreate() {
super.onCreate()
}
}

0 comments on commit 9225ed8

Please sign in to comment.