1 // Copyright 2015-present 650 Industries. All rights reserved.
2 package host.exp.exponent.kernel
3 
4 interface ExponentKernelModuleInterface {
5   fun consumeEventQueue()
6 }
7