Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-10-22 21:12:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d37723b02021cd88cf2f37e357f394096582d97f
d37723b0
1 parent
24f46c26
Delete Policy.kt
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
vip/app/src/main/java/com/example/vip/Policy.kt
vip/app/src/main/java/com/example/vip/Policy.kt
deleted
100644 → 0
View file @
24f46c2
package
com.example.vip
import
androidx.appcompat.app.AppCompatActivity
import
android.os.Bundle
class
Policy
:
AppCompatActivity
()
{
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
super
.
onCreate
(
savedInstanceState
)
setContentView
(
R
.
layout
.
activity_policy
)
}
}
Please
register
or
login
to post a comment