Archived
15 lines
281 B
Swift
15 lines
281 B
Swift
//
|
|
// UICollectionViewSubstitutionLayout.swift
|
|
// AvH Plan
|
|
//
|
|
// Created by Deniz Duezgoeren on 22.10.19.
|
|
// Copyright © 2019 Deniz Duezgoeren. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class UICollectionViewSubstitutionLayout: UICollectionViewFlowLayout {
|
|
|
|
override func
|
|
}
|