开发者

No type or storage class may be specified here before 'interface'/'interface' iOS Error (Corrupted Xcode?)

开发者 https://www.devze.com 2023-03-06 09:50 出处:网络
This interface is giving the errors: @interface VideoFeedCollector : NSObject{ @public NSData * rece开发者_如何学Cived_data;

This interface is giving the errors:

@interface VideoFeedCollector : NSObject{
    @public
    NSData * rece开发者_如何学Cived_data;
    int feed_id;
    BOOL transmitting;
}

THank you.


No @end with one of the interface declarations.


Either a circular #import or a syntax error in the .m file that imports this header or a syntax error in one of the headers.

0

精彩评论

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