Skip to content

Commit

Permalink
Delete header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Aug 26, 2019
1 parent 574e974 commit dceeb0d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 80 deletions.
8 changes: 0 additions & 8 deletions Example/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// AppDelegate.swift
// Example
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import AppKit

@NSApplicationMain final class AppDelegate: NSObject, NSApplicationDelegate {}
8 changes: 0 additions & 8 deletions Example/Sources/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// ViewController.swift
// Example
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import AppKit
import HotKey
import Carbon
Expand Down
8 changes: 0 additions & 8 deletions Sources/HotKey/HotKey.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// HotKey.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import AppKit
import Carbon

Expand Down
8 changes: 0 additions & 8 deletions Sources/HotKey/HotKeysController.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// HotKeysController.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import Carbon

final class HotKeysController {
Expand Down
8 changes: 0 additions & 8 deletions Sources/HotKey/Key.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// Key.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import Carbon

public enum Key {
Expand Down
8 changes: 0 additions & 8 deletions Sources/HotKey/KeyCombo.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// CarbonKeyCombo.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import AppKit

public struct KeyCombo {
Expand Down
8 changes: 0 additions & 8 deletions Sources/HotKey/NSEventModifierFlags+HotKey.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// NSEventModifierFlags+HotKey.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import AppKit
import Carbon

Expand Down
8 changes: 0 additions & 8 deletions Support/HotKey.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// HotKey.h
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

@import Foundation;

//! Project version number for HotKey.
Expand Down
8 changes: 0 additions & 8 deletions Tests/HotKeyTests/KeyComboTests.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// KeyComboTests.swift
// HotKeyTests
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import XCTest
import HotKey

Expand Down
8 changes: 0 additions & 8 deletions Tests/HotKeyTests/ModifierFlagsTests.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// ModifierFlagsTests.swift
// HotKey
//
// Created by Sam Soffes on 7/21/17.
// Copyright © 2017 Sam Soffes. All rights reserved.
//

import XCTest
import AppKit
import Carbon
Expand Down

0 comments on commit dceeb0d

Please sign in to comment.