//
//  CustomBMKArcline.swift
//  reactNativeSBaidumap
//
//  Created by Arno on 2020/2/6.
//  Copyright © 2020 Facebook. All rights reserved.
//

import UIKit

open class CustomBMKArcline: BMKArcline {
  
  public var arclineView: BMKArclineView?
  public var width: NSNumber = 4
  public var color: String = "#000000"
  
}

