Skip to content

Commit

Permalink
[Chore] PageControl, Public으로 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Nov 8, 2021
1 parent 1ac8e37 commit b29e31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CDSKit/Source/PageControl/CDSPlainPageControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit

class CDSPlainPageControl: UIView {
public class CDSPlainPageControl: UIView {

// MARK: - Public Properties

Expand Down
2 changes: 1 addition & 1 deletion CDSKit/Source/PageControl/CDSWidePageControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit

class CDSWidePageControl: UIView {
public class CDSWidePageControl: UIView {

// MARK: - Public Properties

Expand Down

0 comments on commit b29e31b

Please sign in to comment.