SouthgisConfigService 0.0.7

SouthgisConfigService 0.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by crash_wu.



 
Depends on:
YYModel>= 0
SVProgressHUD>= 0
 

  • By
  • crash

Get Southgis ImapMobile Service configuration model.

Requirements

*pod 'YYModel'

*pod 'SVProgressHUD'

*ARC

*xcode 6.0 or higher

*IOS 7.0 or higher

Usage

#import "ConfigModel.h"

//this is singleton

ConfigModel *model =[ConfigModel defaultConfigModel];

//get the southgis imap configuration service model.

-(void)getAppConfig:(NSString * _Nonnull)appId andURL:( NSString * _Nonnull )url success:(void (^)(ConfigModel *object))success

Install

pod 'SouthgisConfigService'