mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 06:36:24 +00:00
Partly revert recent changes removing #imports and #includes, under OpenChange, as they cause more problems than they solve.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#ifndef MAPISTOREMESSAGE_H
|
||||
#define MAPISTOREMESSAGE_H
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@class NSArray;
|
||||
@class NSMutableArray;
|
||||
@@ -34,6 +35,7 @@
|
||||
@class MAPIStoreAttachmentTable;
|
||||
@class MAPIStoreFolder;
|
||||
|
||||
#import "MAPIStoreSOGoObject.h"
|
||||
|
||||
@interface MAPIStoreMessage : MAPIStoreSOGoObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user