Skip to content

Commit

Permalink
Update GIFAnimatable.swift
Browse files Browse the repository at this point in the history
Fix warning in Xcode 12
  • Loading branch information
kean authored and kaishin committed Jun 6, 2021
1 parent 0ffe247 commit e6e71c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Gifu/Classes/GIFAnimatable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
import UIKit

/// The protocol that view classes need to conform to to enable animated GIF support.
public protocol GIFAnimatable: class {
public protocol GIFAnimatable: AnyObject {
/// Responsible for managing the animation frames.
var animator: Animator? { get set }

Expand Down

0 comments on commit e6e71c0

Please sign in to comment.