mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Added iOS example for add-to-app Pigeon (#722)
This commit is contained in:
8
add_to_app/books/ios_books/IosBooks/BookCell.swift
Normal file
8
add_to_app/books/ios_books/IosBooks/BookCell.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import UIKit
|
||||
|
||||
class BookCell: UITableViewCell {
|
||||
@IBOutlet weak var title: UILabel!
|
||||
@IBOutlet weak var subtitle: UILabel!
|
||||
@IBOutlet weak var byLine: UILabel!
|
||||
@IBOutlet weak var editButton: UIButton!
|
||||
}
|
||||
Reference in New Issue
Block a user