Skip to content

Change 2 object methods to class methods #231

@nickbit

Description

@nickbit

Hello,

please change these methods

- (BOOL)userHasDeclinedToRate;
- (BOOL)userHasRatedCurrentVersion;

to class methods like this:

+ (BOOL)userHasDeclinedToRate;
+ (BOOL)userHasRatedCurrentVersion;

Otherwise you cannot access them (sharedInstance is private).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions