Skip to content

Commit

Permalink
File header update
Browse files Browse the repository at this point in the history
  • Loading branch information
shuza committed Jul 11, 2018
1 parent b327ff6 commit fbea943
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/src/main/java/me/shuza/textrecognization/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ import kotlinx.android.synthetic.main.activity_main.*
import org.jetbrains.anko.toast
import kotlin.properties.Delegates

/**
*
* := created by: Shuza
* := create date: 28-Jun-18
* := (C) CopyRight Shuza
* := www.shuza.ninja
* := shuza.sa@gmail.com
* := Fun : Coffee : Code
*
**/

class MainActivity : AppCompatActivity() {

private var mCameraSource by Delegates.notNull<CameraSource>()
Expand Down Expand Up @@ -121,4 +132,4 @@ class MainActivity : AppCompatActivity() {
}
}
}
}
}

0 comments on commit fbea943

Please sign in to comment.