Skip to content

Commit 3e30e45

Browse files
committed
Change visibility for the Card example classes.
1 parent e3fe9b0 commit 3e30e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CardAnimation/AnimatedCardView/CardViews.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ public class BaseCardView: UIView {
1212

1313
}
1414

15-
class ImageCardView: BaseCardView {
15+
public class ImageCardView: BaseCardView {
1616
var imageView:UIImageView!
1717
override init(frame: CGRect) {
1818
super.init(frame: frame)
1919
configure()
2020
}
2121

22-
required init?(coder aDecoder: NSCoder) {
22+
required public init?(coder aDecoder: NSCoder) {
2323
super.init(coder: aDecoder)
2424
configure()
2525
}

0 commit comments

Comments
 (0)