Shared/MainMenuViewController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 View controller for the initial screen.  Manages creating the Quiz  
  and displaying the user's highest score.
 */
 
@import UIKit;
 
@interface MainMenuViewController : UIViewController
 
@end