BRIntValue

Objective-C

@interface BRIntValue : BRValue

Swift

class BRIntValue : BRValue

Child class for all int values

Properties



  • Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger value;

    Swift

    var value: Int { get }