| Line 33... |
Line 33... |
* @header
|
* @header
|
* Defines the <code>TruePreview</code> Mail bundler (the entrypoint for the
|
* Defines the <code>TruePreview</code> Mail bundler (the entrypoint for the
|
* plugin) and the <code>TruePreviewObject</code> category for
|
* plugin) and the <code>TruePreviewObject</code> category for
|
* <code>NSObject</code>.
|
* <code>NSObject</code>.
|
* @copyright Copyright (c) 2009 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
* @copyright Copyright (c) 2009 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
* @version \@(#) $Id$
|
* @version \@(#) $Id: TruePreview.h 2 2009-06-27 07:02:45Z jhriggs $
|
* @updated $Date$
|
* @updated $Date: 2009-06-27 02:02:45 -0500 (Sat, 27 Jun 2009) $
|
*/
|
*/
|
|
|
#import <objc/objc-class.h>
|
#import <objc/objc-class.h>
|
|
|
#import <Mail/MVMailBundle.h>
|
#import <Mail/MVMailBundle.h>
|
| Line 50... |
Line 50... |
/*!
|
/*!
|
* @class
|
* @class
|
* The <code>TruePreview</code> class is the subclass of
|
* The <code>TruePreview</code> class is the subclass of
|
* <code>MVMailBundle</code> that provide the plugin entrypoint for the
|
* <code>MVMailBundle</code> that provide the plugin entrypoint for the
|
* TruePreview plugin.
|
* TruePreview plugin.
|
* @version \@(#) $Id$
|
* @version \@(#) $Id: TruePreview.h 2 2009-06-27 07:02:45Z jhriggs $
|
* @updated $Date$
|
* @updated $Date: 2009-06-27 02:02:45 -0500 (Sat, 27 Jun 2009) $
|
*/
|
*/
|
@interface TruePreview : MVMailBundle {
|
@interface TruePreview : MVMailBundle {
|
}
|
}
|
|
|
#pragma mark Class initialization
|
#pragma mark Class initialization
|
| Line 94... |
Line 94... |
@end
|
@end
|
|
|
/*!
|
/*!
|
* @category
|
* @category
|
* Adds a method for method swizzling to <code>NSObject</code> instances.
|
* Adds a method for method swizzling to <code>NSObject</code> instances.
|
* @version \@(#) $Id$
|
* @version \@(#) $Id: TruePreview.h 2 2009-06-27 07:02:45Z jhriggs $
|
* @updated $Date$
|
* @updated $Date: 2009-06-27 02:02:45 -0500 (Sat, 27 Jun 2009) $
|
*/
|
*/
|
@interface NSObject (TruePreviewObject)
|
@interface NSObject (TruePreviewObject)
|
|
|
#pragma mark Class methods
|
#pragma mark Class methods
|
/*! @group Class methods */
|
/*! @group Class methods */
|