mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-07 21:47:02 +09:00
8 lines
161 B
Go
8 lines
161 B
Go
//go:build appdebug
|
|
// +build appdebug
|
|
|
|
package app
|
|
|
|
func (app *App) SetOnComponentListener(listener func(comp Component)) {
|
|
app.componentListener = listener
|
|
}
|