00001
00002
00003
00004
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