@class PKImageDescriptor; @interface PKApplicationMessageIcon : NSObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) PKImageDescriptor *image; @property (readonly, nonatomic) long long style; + (id)createWithImage:(id)a0 style:(long long)a1; + (struct CGSize { double x0; double x1; })maximumSizeForStyle:(long long)a0; - (id)init; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; @end