ASModuleInteractor 1.0.0

ASModuleInteractor 1.0.0

Maintained by Andrew Shen.



  • By
  • Andrewmika

ASModuleInteractor

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'ASModuleInteractor'

Usage

create category file

example:

#import "ASModuleInteractor.h"

@interface ASModuleInteractor (ModuleA)

- (void)go_pageA;

- (void)go_pageSubA;
@end

navigate to different pages

example:

[[ASModuleInteractor sharedInstance] go_pageSubA];

Author

Andrewmika, [email protected]

License

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