]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @interface SBScreenShotter : NSObject | |
10 | { | |
11 | BOOL _writingScreenshot; | |
12 | } | |
13 | ||
14 | + (id)sharedInstance; | |
15 | - (void)saveScreenshot:(BOOL)fp8; | |
16 | - (void)_createDirectoriesIfNecessary; | |
17 | - (id)_screenshotDirectory; | |
18 | - (id)_posterImageDirectory; | |
19 | - (void)_writeScreenshotAndThumbnailForImage:(struct CGImage *)fp8; | |
20 | - (BOOL)writingScreenshot; | |
21 | - (void)setWritingScreenshot:(BOOL)fp8; | |
22 | ||
23 | @end | |
24 |