session-ios/SignalMessaging/Models/TSUnreadIndicatorInteraction.h

17 lines
330 B
C
Raw Normal View History

2017-05-16 17:26:01 +02:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2017-05-16 17:26:01 +02:00
//
#import <SignalServiceKit/TSInteraction.h>
2017-05-16 17:26:01 +02:00
NS_ASSUME_NONNULL_BEGIN
2018-07-11 20:12:58 +02:00
// This class is vestigial.
@interface TSUnreadIndicatorInteraction : TSInteraction
2017-05-16 17:26:01 +02:00
- (instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
@end
NS_ASSUME_NONNULL_END