ready to compile
This commit is contained in:
parent
b1220bdf85
commit
ca7775c126
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
*.iml
|
|
@ -1,3 +1,5 @@
|
|||
// +build android
|
||||
|
||||
package go_ricochet_mobile
|
||||
|
||||
import (
|
||||
|
@ -11,5 +13,6 @@ import (
|
|||
)
|
||||
|
||||
type InitActivity struct {
|
||||
|
||||
app.AppCompatActivity
|
||||
binding databinding.ActivityInitBinding
|
||||
}
|
Loading…
Reference in New Issue