DittoObjCInterop

@available(*, deprecated, message: "DittoObjCInterop will be removed in SDK 5.0. The Objective-C SDK is being removed.")
public enum DittoObjCInterop

Provides access to helpers for interoperability with objects from the DittoObjC SDK (which the Swift SDK is based on).

  • Returns the corresponding ObjC DITDitto instance.

    Declaration

    Swift

    public static func ditDittoFor(ditto: Ditto) -> DITDitto