MYOID.h
changeset 22 058394513f33
parent 16 c409dbc4f068
child 26 d9c2a06d4e4e
     1.1 --- a/MYOID.h	Tue Jun 02 13:16:28 2009 -0700
     1.2 +++ b/MYOID.h	Sat Jun 06 15:36:35 2009 -0700
     1.3 @@ -6,10 +6,11 @@
     1.4  //  Copyright 2009 Jens Alfke. All rights reserved.
     1.5  //
     1.6  
     1.7 -#import <Cocoa/Cocoa.h>
     1.8 +#import <Foundation/Foundation.h>
     1.9  
    1.10  
    1.11 -/** An ASN.1 Object-ID, which is a sequence of integer components that define namespaces. */
    1.12 +/* An ASN.1 Object-ID, which is a sequence of integer components that define namespaces.
    1.13 +    This is mostly used internally by MYParsedCertificate. */
    1.14  @interface MYOID : NSObject <NSCopying>
    1.15  {
    1.16      NSData *_data;