@class _TtC18ActivityUIServices18ActivityEdgeInsets; @interface ACUISEdgeInsets : NSObject { _TtC18ActivityUIServices18ActivityEdgeInsets *_edgeInsets; } @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) double top; @property (nonatomic) double leading; @property (nonatomic) double bottom; @property (nonatomic) double trailing; - (id)init; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)_edgeInsets; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithTop:(double)a0 leading:(double)a1 bottom:(double)a2 trailing:(double)a3; - (id)_initWithEdgeInsets:(id)a0; @end