GSDroneModelSet

@objc
class GSDroneModelSet : NSObject

Wrapper around a Set of GSDroneModel. This is only for Objective-C use.

  • Tells whether a given drone model is contained in the set.

    Declaration

    Swift

    public func contains(_ model: Drone.Model) -> Bool

    Parameters

    model

    drone model

    Return Value

    true if the set contains the drone model