mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
16 lines
297 B
Swift
16 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"
|
||
|
|
||
|
}
|