Update the file header comment in Example
This commit is contained in:
parent
d63870dc93
commit
0c17688125
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue