CASAppDelegate.h 196 B

12345678910111213
  1. //
  2. // CASAppDelegate.h
  3. // MasonryTestsLoader
  4. //
  5. // Created by Jonas Budelmann on 26/11/13.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CASAppDelegate : UIResponder <UIApplicationDelegate>
  10. @end