| Line 1... |
Line 1... |
/*
|
/*
|
* Copyright (c) 2009, Jim Riggs, Christian Serving, L.L.C.
|
* Copyright (c) 2009-2011, Jim Riggs, Christian Serving, L.L.C.
|
* All rights reserved.
|
* All rights reserved.
|
*
|
*
|
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
* met:
|
* met:
|
| Line 31... |
Line 31... |
|
|
/*!
|
/*!
|
* @header
|
* @header
|
* Defines the <code>TruePreviewPreferences</code> category for
|
* Defines the <code>TruePreviewPreferences</code> category for
|
* <code>NSPreferences</code>.
|
* <code>NSPreferences</code>.
|
* @copyright Copyright (c) 2009 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
* @copyright Copyright (c) 2009-2011 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
* @version \@(#) $Id: TruePreviewPreferences.h 17 2009-10-09 12:21:07Z jhriggs $
|
* @version \@(#) $Id: TruePreviewPreferences.h 42 2011-03-22 12:57:21Z jhriggs $
|
* @updated $Date: 2009-10-09 07:21:07 -0500 (Fri, 09 Oct 2009) $
|
* @updated $Date: 2011-03-22 07:57:21 -0500 (Tue, 22 Mar 2011) $
|
*/
|
*/
|
|
|
#import "TruePreview.h"
|
#import "TruePreview.h"
|
|
|
/*!
|
/*!
|
* @class
|
* @class
|
* Adds a method for overriding the preference-loading behavior of
|
* Adds a method for overriding the preference-loading behavior of
|
* <code>NSPreferences</code>.
|
* <code>NSPreferences</code>.
|
* @version \@(#) $Id: TruePreviewPreferences.h 17 2009-10-09 12:21:07Z jhriggs $
|
* @version \@(#) $Id: TruePreviewPreferences.h 42 2011-03-22 12:57:21Z jhriggs $
|
* @updated $Date: 2009-10-09 07:21:07 -0500 (Fri, 09 Oct 2009) $
|
* @updated $Date: 2011-03-22 07:57:21 -0500 (Tue, 22 Mar 2011) $
|
*/
|
*/
|
@interface TruePreviewPreferences : NSObject {
|
@interface TruePreviewPreferences : NSObject {
|
}
|
}
|
|
|
#pragma mark Swizzled class methods
|
#pragma mark Swizzled class methods
|