Files
textmate/Shared/PCH/prelude.m
Allan Odgaard 5e291d8a22 Improve QuickLook support
Preview can now be initiated with multiple items and while the preview panel is showing, one can use arrow up/down to switch to other items (in the file browser).
2013-01-12 13:09:19 +01:00

15 lines
398 B
Objective-C

#ifndef PRELUDE_M_PCH_KZLXVFRT
#define PRELUDE_M_PCH_KZLXVFRT
#include "prelude.c"
#include "prelude-mac.h"
#import <objc/objc-runtime.h>
#import <AddressBook/AddressBook.h>
#import <Cocoa/Cocoa.h>
#import <ExceptionHandling/NSExceptionHandler.h>
#import <Quartz/Quartz.h> // includes the private QuickLookUI.h
#import <WebKit/WebKit.h>
#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */