Captainup
2.4
/Users/yogs/Desktop/CaptainUp/Headers/CPTRewardProgress.h
1
//
2
// RewardProgress.h
3
// CaptainUp
4
//
5
// Created by Yogesh Prajapati on 1/30/17.
6
// Copyright © 2017 Captain Up. All rights reserved.
7
//
8
9
#ifndef RewardProgress_h
10
#define RewardProgress_h
11
12
#import "CPTObject.h"
13
17
@protocol
CPTRewardProgress
<
CPTObject
>
18
19
// Indicates the claim status of a reward - the amount of times the user claimed the reward
20
// claimed status (0 - not yet claimed, 1 - claimed)
21
@property
(nonatomic, readonly) NSInteger claimed;
22
23
24
-(bool)isClaimed;
25
26
@end
27
28
#endif
/* RewardProgress_h */
CPTObject-p
Definition:
CPTObject.h:17
CPTRewardProgress-p
Definition:
CPTRewardProgress.h:17
Generated by
1.8.15