DBACCOUNTRouteObjects

Objective-C

@interface DBACCOUNTRouteObjects : NSObject

Swift

class DBACCOUNTRouteObjects : NSObject

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

  • Accessor method for the setProfilePhoto route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBACCOUNTSetProfilePhoto;

    Swift

    class func dbaccountSetProfilePhoto() -> DBRoute