Skip to content

Commit

Permalink
CBR Function Is Activated
Browse files Browse the repository at this point in the history
  • Loading branch information
alamasrorul committed Nov 21, 2019
1 parent 564dee8 commit b041543
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ package com.makaryostudio.lovebird.feature.hasil

import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle

import com.makaryostudio.lovebird.R


class HasilActivity : AppCompatActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_hasil)

}
}

0 comments on commit b041543

Please sign in to comment.