Skip to content

Commit

Permalink
change MaterialShowcase class to open
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuyen Le committed Nov 5, 2019
1 parent e92d227 commit fd97288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion MaterialShowcase/MaterialShowcase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import UIKit
@objc optional func showCaseDidDismiss(showcase: MaterialShowcase, didTapTarget:Bool)
}

public class MaterialShowcase: UIView {
open class MaterialShowcase: UIView {

@objc public enum BackgroundTypeStyle: Int {
case circle //default
Expand Down

0 comments on commit fd97288

Please sign in to comment.