From: Jay Freeman (saurik) Date: Tue, 20 Jan 2009 00:23:42 +0000 (+0000) Subject: Setup some more files for working compilation. X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/c6e2d7c4992f14690dd70e3dca3b2e809e135f3e Setup some more files for working compilation. --- diff --git a/Celestial/AVController.h b/Celestial/AVController.h index 7e47469..4601c74 100644 --- a/Celestial/AVController.h +++ b/Celestial/AVController.h @@ -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; diff --git a/Celestial/AVItem.h b/Celestial/AVItem.h index 5315c75..5aa6fca 100644 --- a/Celestial/AVItem.h +++ b/Celestial/AVItem.h @@ -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 { diff --git a/Celestial/AVQueue.h b/Celestial/AVQueue.h index 76011f4..7a5e2ac 100644 --- a/Celestial/AVQueue.h +++ b/Celestial/AVQueue.h @@ -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; diff --git a/MessageUI/ComposeBodyField.h b/MessageUI/ComposeBodyField.h index 92db062..f261ede 100644 --- a/MessageUI/ComposeBodyField.h +++ b/MessageUI/ComposeBodyField.h @@ -4,7 +4,7 @@ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. */ -#import "UIWebDocumentView.h" +#import @class DOMHTMLDocument, DOMHTMLElement, GenericAttachmentStore, NSMutableArray; diff --git a/MessageUI/MailComposeController.h b/MessageUI/MailComposeController.h index 3de47d1..5320406 100644 --- a/MessageUI/MailComposeController.h +++ b/MessageUI/MailComposeController.h @@ -9,6 +9,8 @@ #import "DADSearchQueryConsumer-Protocol.h" #import "MailComposeViewDelegate-Protocol.h" +#import + @class ComposeBodyField, ComposeRecipientView, ComposeSubjectView, GenericAttachmentStore, MFError, MailComposeView, MailCompositionContext, MailboxUid, MutableMessageHeaders, NSArray, NSString, NSTimer, OutgoingMessage, OutgoingMessageDelivery; @interface MailComposeController : NSObject