Skip to content

Instantly share code, notes, and snippets.

View 3ph's full-sized avatar

Tom Friml 3ph

View GitHub Profile
import UIKit
import Swifter
class ConfigServer: NSObject {
//TODO: Don't foget to add your custom app url scheme to info.plist if you have one!
private enum ConfigState: Int
{
case Stopped, Ready, InstalledConfig, BackToApp
#import <Mapbox/Mapbox.h>
typedef NS_ENUM(NSUInteger,PointAnnotationType) {
PointAnnotationTypeA,
PointAnnotationTypeB,
};
@interface MGLPointAnnotation (Extensions)
@property (nonatomic) NSUInteger sequence;