Join Slack
Powered by
you could define an interface, then implement this...
# announcements
k
kirillrakhman
02/01/2016, 10:50 AM
you could define an interface, then implement this interface somewhere and then delegate your companion object to that interface:
Copy code
companion object : MyInterface by OtherObject
Open in Slack
Previous
Next