@interface ICASEndState : NSObject @property (readonly, nonatomic) long long endState; - (id)toJsonValueAndReturnError:(id *)a0; - (id)initWithEndState:(long long)a0; @end