This article describes the properties of the Ant Cube Card implementation protocol CubeModuleProtocol.
Properties
cardUid
/// The unique ID of the card to be called.
@property (nonatomic, copy) NSString *cardUid;CubeModuleMethodCallback
/// callback
typedef void (^CubeModuleMethodCallback) (id result);