123456789101112131415161718192021222324252627282930313233343536373839 |
- #if !__has_feature(objc_arc)
- #error ARC (-fobjc-arc) is required to build this code.
- #endif
- #import <Foundation/Foundation.h>
- #define READER_FLAT_UI TRUE
- #define READER_SHOW_SHADOWS TRUE
- #define READER_ENABLE_THUMBS TRUE
- #define READER_DISABLE_RETINA FALSE
- #define READER_ENABLE_PREVIEW TRUE
- #define READER_DISABLE_IDLE FALSE
- #define READER_STANDALONE FALSE
- #define READER_BOOKMARKS TRUE
|