mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-26 05:00:48 +00:00
10 lines
201 B
Objective-C
10 lines
201 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface MTMsgsAckMessage : NSObject
|
|
|
|
@property (nonatomic, strong, readonly) NSArray *messageIds;
|
|
|
|
- (instancetype)initWithMessageIds:(NSArray *)messageIds;
|
|
|
|
@end
|