LCIMMessageInterval

Objective-C

@interface LCIMMessageInterval : NSObject

@property (nonatomic, strong) LCIMMessageIntervalBound *startIntervalBound;
@property (nonatomic, strong, nullable) LCIMMessageIntervalBound *endIntervalBound;

- (instancetype)initWithStartIntervalBound:(LCIMMessageIntervalBound *)startIntervalBound
                          endIntervalBound:(nullable LCIMMessageIntervalBound *)endIntervalBound;

@end

Swift

class LCIMMessageInterval : NSObject

Undocumented