EMWipeable

Objective-C

@protocol EMWipeable <NSObject>

Swift

protocol EMWipeable : NSObjectProtocol

A protocol that indicates an object can be wiped.

Since

4.0
  • The method to be implemented to wipe the sensitive data.

    Since

    4.0

    Declaration

    Objective-C

    - (void)wipe;

    Swift

    func wipe()