Global Feed Post Login
Replying to anna

//

// ProfileHeader.swift

// MyProject

//

// Created by Zhao Yanjun on 2021/6/15.

//

import UIKit

class ProfileHeader: UITableViewCell {

@IBOutlet weak var imageView: UIImageView!

@IBOutlet weak var nameLabel: UILabel!

func configure(with user: User) {

imageView.image = user.avatar

nameLabel.text = user.name

}

}

f9
anna 1y ago

480 567 (base 12) to base 5

A: 20331214

Reply to this note

Please Login to reply.

Discussion

No replies yet.