RankingCellDelegate
protocol RankingCellDelegate : AnyObject
                Actions triggered by ranking cell
- 
                  
                  
Profile tapped
Declaration
Swift
func tapped(profile user: User)Parameters
userUser to display
 - 
                  
                  
Remaining tapped
Parameters
userUser to display
listList to display
 - 
                  
                  
Visited tapped
Parameters
userUser to display
listList to display
 
            View on GitHub
          
      RankingCellDelegate Protocol Reference