PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/MusicLibrary/ML3SectionCollatorSection.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 27 lines | 17 code | 4 blank | 6 comment | 0 complexity | 7bd546ffeba3c078a1f6369c80734cbb MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
  6. */
  7. #import <Foundation/NSObject.h>
  8. @class ML3SectionCollator, NSString;
  9. __attribute__((visibility("hidden")))
  10. @interface ML3SectionCollatorSection : NSObject {
  11. @private
  12. NSString* _header;
  13. unsigned short* _headerCharacters;
  14. unsigned _headerLength;
  15. ML3SectionCollator* _sectionCollator;
  16. }
  17. @property(copy, nonatomic) NSString* header;
  18. @property(assign, nonatomic) ML3SectionCollator* sectionCollator;
  19. -(id)initWithHeader:(id)header sectionCollator:(id)collator;
  20. -(void)dealloc;
  21. -(long)compareToTransformedCharacters:(const unsigned short*)transformedCharacters length:(unsigned)length;
  22. -(long)compareToCharacters:(const unsigned short*)characters length:(unsigned)length;
  23. @end