开发者

TTStyle as instance variable error

开发者 https://www.devze.com 2023-03-18 02:37 出处:网络
I declare TTStyle in my class and it has error : expected specifier-qualifier-list before \'TTStyle\'

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

精彩评论

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