Skip to content

Commit

Permalink
use one file header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton-W committed Mar 19, 2015
1 parent 74dd964 commit abfa4c8
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 102 deletions.
3 changes: 1 addition & 2 deletions CRToast/CRToast.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// CRToast
// CRNotificationDemo
//
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
5 changes: 2 additions & 3 deletions CRToast/CRToast.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// CRToast.m
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <QuartzCore/QuartzCore.h>
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastLayoutHelpers.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastLayoutHelpers.h
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastManager.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastManager.h
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
8 changes: 2 additions & 6 deletions CRToast/CRToastManager.m
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
//
// CRToastManager.m
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "CRToastManager.h"

#import "CRToast.h"
#import "CRToastView.h"
#import "CRToastViewController.h"
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastView.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastView.h
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastView.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastView.m
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "CRToastView.h"
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastViewController.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastViewController.h
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastViewController.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastViewController.m
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "CRToastViewController.h"
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastWindow.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastWindow.h
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
7 changes: 2 additions & 5 deletions CRToast/CRToastWindow.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastWindow.m
// CRToastDemo
//
// Created by Daniel on 12/19/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "CRToastWindow.h"
Expand Down
5 changes: 2 additions & 3 deletions CRToastDemo/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// AppDelegate.h
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
5 changes: 2 additions & 3 deletions CRToastDemo/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// AppDelegate.m
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "AppDelegate.h"
Expand Down
6 changes: 0 additions & 6 deletions CRToastDemo/CRToastDemo-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#import <Availability.h>

#ifndef __IPHONE_3_0
Expand Down
5 changes: 2 additions & 3 deletions CRToastDemo/MainViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// MainViewController.h
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
5 changes: 2 additions & 3 deletions CRToastDemo/MainViewController.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// MainViewController.m
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import "MainViewController.h"
Expand Down
9 changes: 3 additions & 6 deletions CRToastDemo/main.m
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
//
// main.m
// CRNotificationDemo
//
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "AppDelegate.h"

int main(int argc, char * argv[])
{
int main(int argc, char *argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
Expand Down
6 changes: 0 additions & 6 deletions Tests/Acceptance Tests/Acceptance Tests-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
Expand Down
7 changes: 2 additions & 5 deletions Tests/Unit Tests/CRToastManagerTests.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastManagerTests.m
// CRToastDemo
//
// Created by Daniel on 12/27/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
6 changes: 0 additions & 6 deletions Tests/Unit Tests/CRToastTests-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
Expand Down
7 changes: 2 additions & 5 deletions Tests/Unit Tests/CRToastTests.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastTests.m
// CRToastTests
//
// Created by Ashton Williams on 11/03/2014.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <XCTest/XCTest.h>
Expand Down
7 changes: 2 additions & 5 deletions Tests/Unit Tests/CRToastViewTests.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//
// CRToastViewTests.m
// CRToastDemo
//
// Created by Daniel on 12/27/14.
// Copyright (c) 2014 Collin Ruffenach. All rights reserved.
// CRToast
// Copyright (c) 2014-2015 Collin Ruffenach. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down

0 comments on commit abfa4c8

Please sign in to comment.