我有一个 .m 文件,其中包含一个 @implementation ,但它变得太大了,我正试图将一些方法函数移动到第二个文件。
两个 .m 文件都以
@implementation GesticulatorViewController
@synthesize score_display;
@synthesize game_status;
@synthesize player_options;
@synthesize total_players_field;
@synthesize gesticulation_sentence;
@synthesize gesticulation_input;
@synthesize main_view_manager;
@synthesize game_state;
但我收到链接器警告:“ld:重复符号_OBJC_IVAR__$_GesticulatorViewController.gesticulation_input”