Skip to content

Commit

Permalink
[CHORE] #12 - Modify Packaging in Farewell
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb1217 committed Mar 6, 2022
1 parent a8c8bc3 commit 3343bc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package org.mascota.farewell.ui.view.main

import android.os.Bundle
import org.mascota.core.base.BindingActivity
import org.mascota.farewell.R
import org.mascota.farewell.databinding.ActivityFarewellMainBinding

class FarewellMainActivity :
BindingActivity<ActivityFarewellMainBinding>(R.layout.activity_farewell_main) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
}

private fun initAdapter() {

}
}

0 comments on commit 3343bc6

Please sign in to comment.