Loading...
Searching...
No Matches
NCTransitionEntryEvent.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCTransitionEntryEvent : NSObject
19
23- (nonnull instancetype)initWithFrom:(int64_t)from
24 to:(int64_t)to;
25
29+ (nonnull instancetype)transitionEntryEventWithFrom:(int64_t)from
30 to:(int64_t)to;
31
45@property (nonatomic, readonly) int64_t from;
46
60@property (nonatomic, readonly) int64_t to;
61
62@end