15 lines
237 B
Mathematica
15 lines
237 B
Mathematica
|
// 8 june 2019
|
||
|
#import "uipriv_darwin.h"
|
||
|
|
||
|
bool uiprivOSVtableValid(uiControlOSVtable *osVtable, const char *func)
|
||
|
{
|
||
|
// TODO
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
uiControlOSVtable *uiprivCloneOSVtable(uiControlOSVtable *osVtable)
|
||
|
{
|
||
|
// TODO
|
||
|
return NULL;
|
||
|
}
|