From e97bb539f00e1dd4b8c94483ce61c1c77a551725 Mon Sep 17 00:00:00 2001 From: Pushkar Singh Date: Sun, 26 May 2013 21:48:56 -0700 Subject: Renamed MCOPROVIDER.h to MCOProvider.h --- src/objc/MCOPROVIDER.h | 17 ----------------- src/objc/MCOProvider.h | 17 +++++++++++++++++ src/objc/MCObjC.h | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 src/objc/MCOPROVIDER.h create mode 100644 src/objc/MCOProvider.h (limited to 'src') diff --git a/src/objc/MCOPROVIDER.h b/src/objc/MCOPROVIDER.h deleted file mode 100644 index 09f2cb05..00000000 --- a/src/objc/MCOPROVIDER.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MCOPROVIDER.h -// mailcore2 -// -// Created by Pushkar Singh on 5/24/13. -// Copyright (c) 2013 MailCore. All rights reserved. -// - -#ifndef _MAILCORE__MCOPROVIDER_h -#define _MAILCORE__MCOPROVIDER_h - - -#import -#import -#import - -#endif diff --git a/src/objc/MCOProvider.h b/src/objc/MCOProvider.h new file mode 100644 index 00000000..09f2cb05 --- /dev/null +++ b/src/objc/MCOProvider.h @@ -0,0 +1,17 @@ +// +// MCOPROVIDER.h +// mailcore2 +// +// Created by Pushkar Singh on 5/24/13. +// Copyright (c) 2013 MailCore. All rights reserved. +// + +#ifndef _MAILCORE__MCOPROVIDER_h +#define _MAILCORE__MCOPROVIDER_h + + +#import +#import +#import + +#endif diff --git a/src/objc/MCObjC.h b/src/objc/MCObjC.h index 2fb51880..9c090273 100644 --- a/src/objc/MCObjC.h +++ b/src/objc/MCObjC.h @@ -18,7 +18,7 @@ #import #import #import -#import +#import #endif -- cgit v1.2.3