SITBuildingResource

Objective-C

@interface SITBuildingResource : SITResource

Swift

class SITBuildingResource : SITResource

Resource that has a one-to-one relationship with a SITBuilding.

Properties

  • Unique identifier of the building related with this resource

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull buildingIdentifier;

    Swift

    var buildingIdentifier: String { get set }