(objName string, text string)
| 97 | } |
| 98 | |
| 99 | func (e *EmptyNativeInterface) UIObjSetLabelText(objName string, text string) (bool, error) { |
| 100 | return false, nil |
| 101 | } |
| 102 | |
| 103 | func (e *EmptyNativeInterface) UIObjSetImageSrc(objName string, image string) (bool, error) { |
| 104 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected