The R Project SVN R-packages

Rev

Rev 4670 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4670 Rev 5708
Line 27... Line 27...
27
 *  Suite 330, Boston, MA  02111-1307  USA.
27
 *  Suite 330, Boston, MA  02111-1307  USA.
28
 *
28
 *
29
 *  Create by Simon Urbanek on 12/5/2004
29
 *  Create by Simon Urbanek on 12/5/2004
30
 */
30
 */
31
 
31
 
32
#import <Cocoa/Cocoa.h>
32
#import "CCComp.h"
33
 
33
 
34
@protocol PreferencesDependent
34
@protocol PreferencesDependent
35
- (void) updatePreferences;
35
- (void) updatePreferences;
36
@end
36
@end
37
 
37