import Foundation
import CoreBluetooth

open class XYMutableService {
    public var characteristics = [String : XYMutableCharacteristic]()