Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix xcode 8.3 warnings (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sol88 authored and staguer committed Mar 30, 2017
1 parent b8dc8b7 commit cbbd82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LayoutKit/Views/ReloadableViewLayoutAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ open class ReloadableViewLayoutAdapter: NSObject, ReloadableViewUpdateManagerDel
/// A section in a `ReloadableView`.
public struct Section<C: Collection> {

typealias T = C.Iterator.Element
public typealias T = C.Iterator.Element

public let header: T?
public let items: C
Expand Down

0 comments on commit cbbd82d

Please sign in to comment.