2019-06-10 22:09:35 -05:00
|
|
|
// 10 june 2019
|
|
|
|
#import "test_darwin.h"
|
|
|
|
|
2019-06-15 20:33:53 -05:00
|
|
|
static const uiControlOSVtable vtable = {
|
|
|
|
.Size = sizeof (uiControlOSVtable),
|
|
|
|
};
|
2019-06-10 22:09:35 -05:00
|
|
|
|
2019-06-15 20:33:53 -05:00
|
|
|
const uiControlOSVtable *testOSVtable(void)
|
|
|
|
{
|
|
|
|
return &vtable;
|
2019-06-10 22:09:35 -05:00
|
|
|
}
|