ObjCPokeMiku 0.0.3

ObjCPokeMiku 0.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



使い方

Initialization

#import <objc-pokemiku/PMMiku.h>

PMMiku *miku;

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
    miku = [[PMMiku alloc] init];
}

Create an instance of PMMiku class first.

Requirements

Installation

ObjCPokeMiku is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "ObjCPokeMiku"

Author

sota,

License

ObjCPokeMiku is available under the MIT license. See the LICENSE file for more info.