Skip to content

Commit

Permalink
Revert "rename public class API to avoit bug apple/swift#56573"
Browse files Browse the repository at this point in the history
This reverts commit a814b62.
  • Loading branch information
kattouf committed Dec 27, 2022
1 parent a814b62 commit e0cf31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/CollectionSwipableCellExtension.swift
Expand Up @@ -69,7 +69,7 @@ public protocol CollectionSwipableCellExtensionDelegate: AnyObject {
}

@objcMembers
public class CollectionSwipableCellExtensionKit: NSObject {
public class CollectionSwipableCellExtension: NSObject {

/**
Swipable extension delegate
Expand Down Expand Up @@ -152,7 +152,7 @@ public class CollectionSwipableCellExtensionKit: NSObject {

// MARK: Public methods for programmatic control

public extension CollectionSwipableCellExtensionKit {
public extension CollectionSwipableCellExtension {

/**
Open actions for cell at specified index path
Expand Down

0 comments on commit e0cf31e

Please sign in to comment.