Adding a getter makes using an underscore incorrect syntax

前端 未结 3 2144
故里飘歌
故里飘歌 2020-12-11 22:39

I have a class with the following header:

#import 

@interface CustomClass : NSObject

@property (strong, nonatomic) NSString          


        
3条回答
  •  囚心锁ツ
    2020-12-11 23:10

    You seem to have two different names for your class. CustomClass and BlogPost. I suggest you make them both one or the other.

提交回复
热议问题