]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MovieSnapshot.h
Adding numerous class dumps.
[iphone-api.git] / MediaPlayer / MovieSnapshot.h
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 @class UIView;
10
11 @interface MovieSnapshot : NSObject
12 {
13 id _delegate;
14 struct CGSize _size;
15 int _orientation;
16 float _time;
17 float _originalTime;
18 UIView *_snapshot;
19 }
20
21 + (id)infoWithSize:(struct CGSize)fp8 orientation:(int)fp16 time:(float)fp20 delegate:(id)fp24;
22 - (void)dealloc;
23 - (id)description;
24 - (BOOL)prepareForSnapshotOfLayer:(id)fp8;
25 - (void)snapshotLayer:(id)fp8;
26 - (id)delegate;
27 - (id)snapshot;
28 - (float)time;
29
30 @end
31