Я определяю два выхода на ViewController.
// ViewController.m
#import "ViewController.h"
@interface ViewController ()
@property (nonatomic, weak) IBOutlet UILabel *questionLabel;
@property (nonatomic, weak) IBOutlet UILabel *answerLabel;
@end
@implementation ViewController
@end
Но они отсутствуют Когда я проверяю эти два выхода на раскадровке.
![enter image description here](https://i.stack.imgur.com/Y7yCv.png)