Skip to content
soleaf edited this page Aug 19, 2013 · 3 revisions

Methods

    • (void) hello;
    • (void) version;

Import Code:

	Import <MintKit/mintKit.h>
  • (void) hello === Display Hello message to Console. For Just Check MintKit is installed right.
	[mintKit hello];
  • (void) version === Check Version to Console. But It's not accuracy(Currently).
Clone this wiki locally