Skip to content

Commit 8dfa9e0

Browse files
Maryommats-claassen
authored andcommitted
Opened actionTitleLabel in SkypeCell (#115)
1 parent 11ac9e4 commit 8dfa9e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Example/CustomActionControllers/Skype.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import XLActionController
2929

3030
open class SkypeCell: UICollectionViewCell {
3131

32-
@IBOutlet weak var actionTitleLabel: UILabel!
32+
@IBOutlet open weak var actionTitleLabel: UILabel!
3333

3434
public override init(frame: CGRect) {
3535
super.init(frame: frame)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)