PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/MIME.framework/Headers/MutableMessageHeaders.h

https://github.com/kokoabim/iOSOpenDev-Framework-Header-Files
C Header | 38 lines | 30 code | 3 blank | 5 comment | 0 complexity | db540cbeca5c3e336396f5df95c62513 MD5 | raw file
Possible License(s): GPL-2.0
  1. /**
  2. * This header is generated by class-dump-z 0.2b.
  3. *
  4. * Source: /System/Library/PrivateFrameworks/MIME.framework/MIME
  5. */
  6. #import <MIME/MessageHeaders.h>
  7. #import <MIME/MIME-Structs.h>
  8. @class NSMutableDictionary, NSMutableArray;
  9. @interface MutableMessageHeaders : MessageHeaders {
  10. NSMutableDictionary *_headersAdded; // 12 = 0xc
  11. NSMutableArray *_headersRemoved; // 16 = 0x10
  12. }
  13. - (id)mutableCopy; // 0xfa45
  14. - (void)dealloc; // 0x10fd5
  15. - (id)allHeaderKeys; // 0x10f1d
  16. - (BOOL)hasHeaderForKey:(id)key; // 0x10e71
  17. - (id)_headerValueForKey:(id)key; // 0x10d79
  18. - (id)firstHeaderForKey:(id)key; // 0x10c81
  19. - (void)removeHeaderForKey:(id)key; // 0x10bdd
  20. - (void)setHeader:(id)header forKey:(id)key; // 0x10a79
  21. - (void)mergeHeaders:(id)headers; // 0x1098d
  22. - (void)_appendHeaderKey:(id)key value:(id)value toData:(id)data; // 0x1071d
  23. - (void)_appendAddedHeaderKey:(id)key value:(id)value toData:(id)data; // 0x10659
  24. - (id)_copyHeaderValueForKey:(id)key; // 0x10421
  25. - (id)_copyHeaderValueForKey:(id)key offset:(unsigned *)offset decoded:(BOOL)decoded; // 0x102e5
  26. - (id)encodedHeaders; // 0xff49
  27. - (void)setAddressList:(id)list forKey:(id)key; // 0xfead
  28. - (void)setAddressListForSender:(id)sender; // 0xfe89
  29. - (void)setAddressListForTo:(id)to; // 0xfe65
  30. - (void)setAddressListForCc:(id)cc; // 0xfe41
  31. - (void)setAddressListForBcc:(id)bcc; // 0xfe1d
  32. - (void)setReferences:(id)references; // 0xfdd1
  33. - (void)stripInternalHeaders; // 0xfcc5
  34. - (id)description; // 0xfab9
  35. @end