Bored Room Bingo
 All Classes Functions Properties
ErrorMessage.h
1 //
2 // ErrorMessage.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 10/21/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
13 @interface ErrorMessage : UIViewController
18 -(void)errorMessages:(NSError*)error;
19 @end
Definition: ErrorMessage.h:13