DBCHECKRouteObjects

Objective-C

@interface DBCHECKRouteObjects : NSObject

Swift

class DBCHECKRouteObjects : NSObject

Stone route objects for the Check namespace. Each route in the Check namespace has its own static object, which contains information about the route.

  • Accessor method for the app route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBCHECKApp;

    Swift

    class func dbcheckApp() -> DBRoute
  • Accessor method for the user route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBCHECKUser;

    Swift

    class func dbcheckUser() -> DBRoute