• This project
    • Loading...
  • Sign in

ios / Masonry · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Masonry
  • Tests
  • MasonryTestsLoader
  • CASAppDelegate.h
  • Rearrange project files, migrate to XCTest, remove specta
    4814de33
    by Jonas Budelmann
    2013-11-26 13:21:05 +1100  
    Browse Files
CASAppDelegate.h 196 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  CASAppDelegate.h
//  MasonryTestsLoader
//
//  Created by Jonas Budelmann on 26/11/13.
//
//

#import <UIKit/UIKit.h>

@interface CASAppDelegate : UIResponder <UIApplicationDelegate>

@end