开发者

TTStyle as instance variable error

I declare TTStyle in my class and it has error :


 expected specifier-qualifier-list before 'TTStyle'
开发者_StackOverflow

I don't know what's wrong with it.

Can any one help me?

Thanks.


You have to import the Three20Style.h header. If you have three20 set up the standard way you do this by

#import "Three20Style/Three20Style.h"

before @interface.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜