Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fix dumb mistake where I didnt make delegate public, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Padron authored and Luis Padron committed Oct 4, 2016
1 parent c444383 commit 3aca7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UICircularProgressRing/UICircularProgressRingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import UIKit
## Author:
Luis Padron
*/
var delegate: UICircularProgressRingDelegate?
public var delegate: UICircularProgressRingDelegate?

// MARK: Value Properties

Expand Down

0 comments on commit 3aca7c2

Please sign in to comment.