@interface TSWPRuleOffset : NSObject @property (readonly, nonatomic) double dX; @property (readonly, nonatomic) double dY; + (id)ruleOffset; - (id)init; - (id)description; - (struct CGPoint { double x0; double x1; })pointValue; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (struct CGSize { double x0; double x1; })sizeValue; - (id)initWithDX:(double)a0 dY:(double)a1; @end