2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface UISuspendInfo
: NSObject
14 struct CGAffineTransform _transform
;
17 float _suspendedScale
;
18 BOOL _restoreOnResume
;
21 + (void)createInfoWithWindows
:(id
)fp8
;
22 + (void)updateSuspendedInfo
;
23 - (void)_addWindowToSnapshot
;
24 - (id
)initWithWindow
:(id
)fp8
;
25 - (void)synchronizeDrawingWithID
:(int)fp8
;
26 - (void)restoreWindow
;
27 - (void)setSuspendedScale
:(float)fp8
;
28 - (float)suspendedScale
;
29 - (void)setRestoreOnResume
:(BOOL
)fp8
;
30 - (BOOL
)restoreOnResume
;