@class NSDate; @interface PARImagesPropensity : NSManagedObject @property (nonatomic) short image; @property (nonatomic) short other; @property (nonatomic) short querySuggestion; @property (nonatomic) short recentResult; @property (nonatomic, copy) NSDate *timestamp; @property (nonatomic) short zkw; - (void).cxx_construct; - (id)initWithEntity:(id)a0 insertIntoManagedObjectContext:(id)a1; - (void).cxx_destruct; @end