NewsBlur/clients/ios/Classes/GridStoryCell.swift
David Sinclair 926181327a #1720 (Grid view)
- Added a Grid layout option to the feed detail menu.
- In Grid layout, the title length and image position options are replaced by grid columns and grid height options.
- When chosen, the right panes are replaced by a Grid view.
- This is a work in progress.
2022-08-19 19:21:00 -07:00

15 lines
297 B
Swift

//
// GridStoryCell.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 GridStoryCell: UICollectionViewCell {
static let reuseIdentifier = "GridStoryCell"
}