/headers/MusicLibrary/MLPredicate.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "NSCodingProtocol.h"
00010 
00011 @interface MLPredicate : NSObject <NSCoding>
00012 {
00013     unsigned int _property;
00014     unsigned int _valueType;
00015     union $_139 _value;
00016 }
00017 
00018 + (void)initialize;
00019 + (id)predicateForProperty:(unsigned long)fp8 stringValue:(id)fp12;
00020 + (id)predicateForProperty:(unsigned long)fp8 unsignedValue:(unsigned long long)fp12;
00021 + (id)predicateForProperty:(unsigned long)fp8 withValueFromTrack:(id)fp12;
00022 + (id)predicateForProperty:(unsigned long)fp8 withValueFromEntityAtIndex:(unsigned int)fp12 query:(id)fp16;
00023 - (void)dealloc;
00024 - (id)description;
00025 - (void)encodeWithCoder:(id)fp8;
00026 - (id)initWithCoder:(id)fp8;
00027 - (unsigned long)property;
00028 - (unsigned long)propertyValueType;
00029 - (id)propertyStringValue;
00030 - (unsigned long long)propertyUnsignedValue;
00031 
00032 @end
00033