00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class UIView; 00010 00011 @interface MovieSnapshot : NSObject 00012 { 00013 id _delegate; 00014 struct CGSize _size; 00015 int _orientation; 00016 float _time; 00017 float _originalTime; 00018 UIView *_snapshot; 00019 } 00020 00021 + (id)infoWithSize:(struct CGSize)fp8 orientation:(int)fp16 time:(float)fp20 delegate:(id)fp24; 00022 - (void)dealloc; 00023 - (id)description; 00024 - (BOOL)prepareForSnapshotOfLayer:(id)fp8 forMovieView:(id)fp12; 00025 - (void)snapshotLayer:(id)fp8 forMovieView:(id)fp12; 00026 - (id)delegate; 00027 - (id)snapshot; 00028 - (float)time; 00029 00030 @end 00031