Skip to content

Commit

Permalink
修改正确权限
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyZeng committed Jan 23, 2018
1 parent 291b6f8 commit b17ea50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Charts/Mark/TYMarkerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
import Foundation


@objc open protocol TYMarkerViewDelegate {
@objc open func tyMarkerViewRefreshContentAttString(mark:TYMarkerView, entry: ChartDataEntry, highlight: Highlight) -> NSAttributedString
@objc public protocol TYMarkerViewDelegate {
@objc func tyMarkerViewRefreshContentAttString(mark:TYMarkerView, entry: ChartDataEntry, highlight: Highlight) -> NSAttributedString
}

open class TYMarkerView: BalloonMarker
{
@objc open weak var delegate: TYMarkerViewDelegate?
@objc public weak var delegate: TYMarkerViewDelegate?

fileprivate var yFormatter = NumberFormatter()

Expand Down

0 comments on commit b17ea50

Please sign in to comment.