Other Classes

The following classes are available globally.

  • Descibes Swift actor

    See more

    Declaration

    Swift

    @objc(SwiftActor)
    @objcMembers
    public final class Actor : Type
  • Declaration

    Swift

    @objcMembers
    public final class ClosureParameter : NSObject, SourceryModel, Typed, Annotated
    extension ClosureParameter: NSCoding
  • modifier can be thing like private, class, nonmutating if a declaration has modifier like private(set) it’s name will be private and detail will be set

    See more

    Declaration

    Swift

    @objcMembers
    public class GenericRequirement : NSObject, SourceryModel, Diffable
    extension GenericRequirement: NSCoding
  • Defines import type

    See more

    Declaration

    Swift

    @objcMembers
    public class Import : NSObject, SourceryModelWithoutDescription, Diffable
    extension Import: NSCoding
  • modifier can be thing like private, class, nonmutating if a declaration has modifier like private(set) it’s name will be private and detail will be set

    See more

    Declaration

    Swift

    @objcMembers
    public class Modifier : NSObject, AutoCoding, AutoEquatable, AutoDiffable, AutoJSExport, Diffable
    extension Modifier: NSCoding
  • Declaration

    Swift

    @objcMembers
    public class DiffableResult : NSObject, AutoEquatable