Differences From Artifact [51c284ba33]:
- File iOS/MainViewController.h — part of check-in [4514c363cd] at 2017-04-15 19:23:10 on branch trunk — Fix URL in copyright header (user: js, size: 1378) [annotate] [blame] [check-ins using]
To Artifact [ff0377e51e]:
- File iOS/MainViewController.h — part of check-in [a3b521da82] at 2017-05-08 00:39:06 on branch trunk — Adjust to recent ObjFW changes (user: js, size: 1378) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 | - + | @import UIKit; #import "SiteStorage.h" @interface MainViewController: UIViewController <UITableViewDelegate, UITableViewDataSource> @property (retain) SiteStorage *siteStorage; |