//
//  Mappable.swift
//  react-native-bluetooth-classic
//
//  Created by Ken Davidson on 2020-11-06.
//

import Foundation

protocol Mappable {
    func map() -> NSDictionary
}
