aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPPart.h')
-rw-r--r--src/objc/imap/MCOIMAPPart.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objc/imap/MCOIMAPPart.h b/src/objc/imap/MCOIMAPPart.h
index 18e5b367..588abe10 100644
--- a/src/objc/imap/MCOIMAPPart.h
+++ b/src/objc/imap/MCOIMAPPart.h
@@ -6,14 +6,14 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#import <MailCore/MCOAbstractPart.h>
-
-#import <MailCore/MCOConstants.h>
-
#ifndef __MAILCORE_MCOIMAPABSTRACTPART_H_
#define __MAILCORE_MCOIMAPABSTRACTPART_H_
+#import <MailCore/MCOAbstractPart.h>
+
+#import <MailCore/MCOConstants.h>
+
@interface MCOIMAPPart : MCOAbstractPart <NSCopying>
@property (nonatomic, copy) NSString * partID;