Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 23
and
Version 24
of
entity
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/04/2012 10:15:46 AM (
14 years
ago)
Author:
leijingtang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
entity
v23
v24
6
6
{{{
7
7
@interface Hello
8
// 开放的实例变量
8
// 开放的实例变量
;非基本数据类型需要添加引用标记,字符串(NSString)类型标记为copy,非字符串类型标记为retain或者strong。
9
9
@end
10
10
}}}