SwingWatch WatchKit Extension/ExtensionDelegate.swift

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 This class is the main entry point of the extension.
 */
import WatchKit
 
class ExtensionDelegate: NSObject, WKExtensionDelegate {}