My Project
 All Classes Functions Properties
DefaultError.h
1 //
2 // DefaultError.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 12/9/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import "LoginError.h"
14 
18 -(instancetype)initDefaultError;
19 @end
Definition: LoginError.h:14
Definition: DefaultError.h:13
instancetype initDefaultError()
Definition: DefaultError.m:15