NewsBlur/clients/ios/Classes/StoryPagesCollectionCell.swift
David Sinclair 45044060af #1720 (Grid view)
- Work in progress.
2022-09-03 19:55:21 -06:00

15 lines
330 B
Swift

//
// StoryPagesCollectionCell.swift
// NewsBlur
//
// Created by David Sinclair on 2022-08-19.
// Copyright © 2022 NewsBlur. All rights reserved.
//
import UIKit
/// Collection view cell for a story.
class StoryPagesCollectionCell: UICollectionViewCell {
static let reuseIdentifier = "StoryPagesCollectionCell"
}