mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-07-29 06:24:31 +08:00
@@ -75,6 +75,13 @@ static NSString * const WeChatTweakPreferenceRevokeNotificationTypeKey = @"WeCha
|
||||
|
||||
@end
|
||||
|
||||
@interface ReaderWrap : NSObject
|
||||
|
||||
@property(retain, nonatomic) NSString *m_nsTitle;
|
||||
@property(retain, nonatomic) NSString *m_nsUrl;
|
||||
|
||||
@end
|
||||
|
||||
@interface WCContactData : NSObject
|
||||
|
||||
@property(nonatomic) unsigned int m_uiCertificationFlag;
|
||||
@@ -185,6 +192,19 @@ static NSString * const WeChatTweakPreferenceRevokeNotificationTypeKey = @"WeCha
|
||||
|
||||
@end
|
||||
|
||||
@interface MMAppSingleReaderMessageCellView : MMMessageCellView
|
||||
|
||||
@property(retain, nonatomic) ReaderWrap *readerData;
|
||||
|
||||
@end
|
||||
|
||||
@interface MMAppMultipleReaderMessageCellView : MMMessageCellView
|
||||
|
||||
@property(retain, nonatomic) NSArray<ReaderWrap *> *readerMessages;
|
||||
@property(assign, nonatomic) NSUInteger selectedReaderWrapIndex;
|
||||
|
||||
@end
|
||||
|
||||
@interface MMService : NSObject
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user