Update the file header comment in Example

This commit is contained in:
DreamPiggy 2019-10-06 01:21:20 +08:00
parent d63870dc93
commit 0c17688125
4 changed files with 28 additions and 28 deletions

View File

@ -1,10 +1,10 @@
//
// AppDelegate.swift
// SDWebImageSwiftUIDemo-macOS
//
// Created by lizhuoli on 2019/10/5.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <lizhuoli1126@126.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import Cocoa
import SwiftUI

View File

@ -1,10 +1,10 @@
//
// AppDelegate.swift
// SDWebImageSwiftUIDemo-tvOS
//
// Created by lizhuoli on 2019/10/5.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <lizhuoli1126@126.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import UIKit
import SwiftUI

View File

@ -1,10 +1,10 @@
//
// ExtensionDelegate.swift
// SDWebImageSwiftUIDemo-watchOS WatchKit Extension
//
// Created by lizhuoli on 2019/10/5.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <lizhuoli1126@126.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import WatchKit
import SDWebImage

View File

@ -1,10 +1,10 @@
//
// HostingController.swift
// SDWebImageSwiftUIDemo-watchOS WatchKit Extension
//
// Created by lizhuoli on 2019/10/5.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <lizhuoli1126@126.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import WatchKit
import Foundation