/
api
/
name
/ declare_method
DECLARE_METHOD
Syntax
#define
DECLARE_METHOD
(
method
) ...
Declares a method implementation function.
method
is the name of the method implementation function.
Use it if you need to call a method implementation function declared elsewhere.