Skip to content

Commit

Permalink
Made GridCell open to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Nov 28, 2023
1 parent 4721980 commit 8628fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proton/Sources/Swift/Grid/View/GridCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protocol GridCellDelegate: AnyObject {
}

/// Denotes a cell in the `GridView`
public class GridCell {
open class GridCell {
public typealias EditorInitializer = () -> EditorView

var id: String {
Expand Down

0 comments on commit 8628fdb

Please sign in to comment.