8 lines
No EOL
164 B
Kotlin
8 lines
No EOL
164 B
Kotlin
package ani.dantotsu.inbox
|
|
|
|
import androidx.fragment.app.Fragment
|
|
import ani.dantotsu.R
|
|
|
|
class FeedFragment : Fragment(R.layout.fragment_feed) {
|
|
// testing rn
|
|
} |