/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
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
- */
- #import <Foundation/NSObject.h>
- @class ML3SectionCollator, NSString;
- __attribute__((visibility("hidden")))
- @interface ML3SectionCollatorSection : NSObject {
- @private
- NSString* _header;
- unsigned short* _headerCharacters;
- unsigned _headerLength;
- ML3SectionCollator* _sectionCollator;
- }
- @property(copy, nonatomic) NSString* header;
- @property(assign, nonatomic) ML3SectionCollator* sectionCollator;
- -(id)initWithHeader:(id)header sectionCollator:(id)collator;
- -(void)dealloc;
- -(long)compareToTransformedCharacters:(const unsigned short*)transformedCharacters length:(unsigned)length;
- -(long)compareToCharacters:(const unsigned short*)characters length:(unsigned)length;
- @end