2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface SBScreenShotter
: NSObject
11 BOOL _writingScreenshot
;
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
;