@implementation を含む .m ファイルがありますが、サイズが大きくなりすぎたため、いくつかのメソッド関数を 2 番目のファイルに移動しようとしています。
両方の .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 "