EMModule

Objective-C

@protocol EMModule <NSObject>

Swift

protocol EMModule : NSObjectProtocol

EMModule protocol.

Since

4.0
  • The version of the module.

    Since

    4.0

    Declaration

    Objective-C

    + (NSString *)version;

    Swift

    static func version() -> String!

    Return Value

    Version of the module.