]> git.saurik.com Git - iphone-api.git/commitdiff
Setup some more files for working compilation.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:23:42 +0000 (00:23 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:23:42 +0000 (00:23 +0000)
Celestial/AVController.h
Celestial/AVItem.h
Celestial/AVQueue.h
MessageUI/ComposeBodyField.h
MessageUI/MailComposeController.h

index 7e47469efee65d3c60b3a25f8fd3a4f23e60775c..4601c74075ef8199c741c6b27ae5d7ec375670f6 100644 (file)
@@ -4,7 +4,14 @@
  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  */
 
-#import "NSObject.h"
+#import "Foundation/NSObject.h"
+
+typedef struct {
+    long long value;
+    int timescale;
+    long long epoch;
+    unsigned int flags;
+} AVTime;
 
 @interface AVController : NSObject
 {
@@ -23,8 +30,8 @@
 - (id)init;
 - (void)dealloc;
 - (struct AVControllerPrivate *)privateStorage;
-- (BOOL)isNewImageAvailableForTime:(const CDAnonymousStruct1 *)fp8 willNeverBeAvailable:(char *)fp12;
-- (long)copyImageForTime:(struct __CVBuffer **)fp8 time:(const CDAnonymousStruct1 *)fp12;
+- (BOOL)isNewImageAvailableForTime:(const AVTime *)fp8 willNeverBeAvailable:(char *)fp12;
+- (long)copyImageForTime:(struct __CVBuffer **)fp8 time:(const AVTime *)fp12;
 - (void)scheduleQueueSpaceCheck;
 - (void)checkQueueSpace;
 - (id)queue;
index 5315c752bc3a65666ea60ebd7c750d892c32d0b1..5aa6fca1d72455d5ebc3b8382c6061a809d04312 100644 (file)
@@ -4,7 +4,7 @@
  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  */
 
-#import "NSObject.h"
+#import "Foundation/NSObject.h"
 
 @interface AVItem : NSObject
 {
index 76011f48e6854eccdfdafd581074cc8872a63786..7a5e2ac0fbd1d2ee87ca8cd3f4cde779e0af8b4a 100644 (file)
@@ -4,7 +4,7 @@
  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  */
 
-#import "NSObject.h"
+#import "Foundation/NSObject.h"
 
 @class NSMutableArray, NSRecursiveLock;
 
index 92db0627a0a38c7f769365cef61a177274537622..f261ede68011f288cf1ada738f522517b114e42e 100644 (file)
@@ -4,7 +4,7 @@
  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  */
 
-#import "UIWebDocumentView.h"
+#import <UIKit/UIWebDocumentView.h>
 
 @class DOMHTMLDocument, DOMHTMLElement, GenericAttachmentStore, NSMutableArray;
 
index 3de47d1af326f025525528847c1b2ec2ed833612..53204064056cb26aa57cb4b65e72eafd920dfd96 100644 (file)
@@ -9,6 +9,8 @@
 #import "DADSearchQueryConsumer-Protocol.h"
 #import "MailComposeViewDelegate-Protocol.h"
 
+#import <CoreGraphics/CGGeometry.h>
+
 @class ComposeBodyField, ComposeRecipientView, ComposeSubjectView, GenericAttachmentStore, MFError, MailComposeView, MailCompositionContext, MailboxUid, MutableMessageHeaders, NSArray, NSString, NSTimer, OutgoingMessage, OutgoingMessageDelivery;
 
 @interface MailComposeController : NSObject <MailComposeViewDelegate, DADSearchQueryConsumer>