Captainup
2.4
/Users/yogs/Desktop/CaptainUp/Headers/CPTActionsResponse.h
1
//
2
// ActionsResponse.h
3
// captainup_sdk
4
//
5
// Created by David Azriel on 10/12/2015.
6
// Copyright © 2015 Captain Up. All rights reserved.
7
//
8
9
#ifndef ActionsResponse_h
10
#define ActionsResponse_h
11
12
#import "CPTPageResponse.h"
13
#import "CPTActionType.h"
14
#import "CPTAction.h"
15
19
@protocol
CPTActionsResponse
<
CPTPageResponse
>
20
24
@property
(nonatomic, readonly) CPTActionType
actionType
;
25
30
@property
(nonatomic, readonly, nonnull) NSArray<id<CPTAction>> *
actions
;
31
32
@end
33
34
#endif
/* ActionsResponse_h */
CPTActionsResponse-p::actions
NSArray< id< CPTAction > > * actions
Definition:
CPTActionsResponse.h:30
CPTPageResponse-p
Definition:
CPTPageResponse.h:17
CPTActionsResponse-p::actionType
CPTActionType actionType
Definition:
CPTActionsResponse.h:24
CPTActionsResponse-p
Definition:
CPTActionsResponse.h:19
Generated by
1.8.15