原始内容
高亮显示
复制内容
struct S { S(); S(const S&); ~S(); S& operator= (const S&); }; @interface C { S position; } @property(assign, nonatomic) S position; @end @implementation C @synthesize position; @end
您还没有登录,登录后您可以:
首次使用?从这里 注册