9 #ifndef BadgeProgressClass_h 10 #define BadgeProgressClass_h 12 #import "CPTBadgeProgress.h" 16 - (instancetype) initWithBadgeProgress:(
id<
CPTBadgeProgress>)badgeProgress completedDate:(NSDate *)completedDate;
19 -(instancetype) initWithProgress:(
double)progress_ andCompletedComditionCount:(NSUInteger) completedConditionsCount_ andConditionProgress:(NSDictionary<NSString*,
id<
CPTConditionProgress>>*) conditionProgress_ andTimesCompleted:(NSUInteger) timesCompleted_ andCompletedDate:(NSDate*)completedDate_ andRewardProgress:(NSDictionary<NSString*,
id<
CPTRewardProgress>> *)rewardProgress_;
Definition: BadgeProgressClass.h:14
Definition: CPTBadgeProgress.h:19
Definition: CPTConditionProgress.h:17
Definition: CPTRewardProgress.h:17