File tree Expand file tree Collapse file tree 4 files changed +28
-28
lines changed
SDWebImageSwiftUIDemo-macOS
SDWebImageSwiftUIDemo-tvOS
SDWebImageSwiftUIDemo-watchOS WatchKit Extension Expand file tree Collapse file tree 4 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // AppDelegate.swift
3
- // SDWebImageSwiftUIDemo-macOS
4
- //
5
- // Created by lizhuoli on 2019/10/5.
6
- // Copyright © 2019 CocoaPods. All rights reserved .
7
- / /
1
+ /*
2
+ * This file is part of the SDWebImage package.
3
+ * (c) DreamPiggy <lizhuoli1126@126.com>
4
+ *
5
+ * For the full copyright and license information, please view the LICENSE
6
+ * file that was distributed with this source code .
7
+ * /
8
8
9
9
import Cocoa
10
10
import SwiftUI
Original file line number Diff line number Diff line change 1
- //
2
- // AppDelegate.swift
3
- // SDWebImageSwiftUIDemo-tvOS
4
- //
5
- // Created by lizhuoli on 2019/10/5.
6
- // Copyright © 2019 CocoaPods. All rights reserved .
7
- / /
1
+ /*
2
+ * This file is part of the SDWebImage package.
3
+ * (c) DreamPiggy <lizhuoli1126@126.com>
4
+ *
5
+ * For the full copyright and license information, please view the LICENSE
6
+ * file that was distributed with this source code .
7
+ * /
8
8
9
9
import UIKit
10
10
import SwiftUI
Original file line number Diff line number Diff line change 1
- //
2
- // ExtensionDelegate.swift
3
- // SDWebImageSwiftUIDemo-watchOS WatchKit Extension
4
- //
5
- // Created by lizhuoli on 2019/10/5.
6
- // Copyright © 2019 CocoaPods. All rights reserved .
7
- / /
1
+ /*
2
+ * This file is part of the SDWebImage package.
3
+ * (c) DreamPiggy <lizhuoli1126@126.com>
4
+ *
5
+ * For the full copyright and license information, please view the LICENSE
6
+ * file that was distributed with this source code .
7
+ * /
8
8
9
9
import WatchKit
10
10
import SDWebImage
Original file line number Diff line number Diff line change 1
- //
2
- // HostingController.swift
3
- // SDWebImageSwiftUIDemo-watchOS WatchKit Extension
4
- //
5
- // Created by lizhuoli on 2019/10/5.
6
- // Copyright © 2019 CocoaPods. All rights reserved .
7
- / /
1
+ /*
2
+ * This file is part of the SDWebImage package.
3
+ * (c) DreamPiggy <lizhuoli1126@126.com>
4
+ *
5
+ * For the full copyright and license information, please view the LICENSE
6
+ * file that was distributed with this source code .
7
+ * /
8
8
9
9
import WatchKit
10
10
import Foundation
You can’t perform that action at this time.
0 commit comments