ASModuleInteractor 1.0.0

ASModuleInteractor 1.0.0

Andrew Shen维护。



  • 作者
  • Andrewmika

ASModuleInteractor

CI Status Version License Platform

示例

要运行示例项目,请克隆仓库,并首先在示例目录下运行 pod install

需求

安装

ASModuleInteractor 可通过 CocoaPods 获得。要安装,只需将以下行添加到您的 Podfile 中

pod 'ASModuleInteractor'

用法

创建类别文件

示例

#import "ASModuleInteractor.h"

@interface ASModuleInteractor (ModuleA)

- (void)go_pageA;

- (void)go_pageSubA;
@end

导航到不同页面

示例

[[ASModuleInteractor sharedInstance] go_pageSubA];

作者

Andrewmika, [email protected]

许可

ASModuleInteractor 在MIT许可下可用。有关更多信息,请参阅LICENSE文件。