Differences From Artifact [a855cd3b87]:
- File iOS/AboutController.h — part of check-in [4514c363cd] at 2017-04-15 19:23:10 on branch trunk — Fix URL in copyright header (user: js, size: 1272) [annotate] [blame] [check-ins using]
To Artifact [28639844bc]:
- File iOS/AboutController.h — part of check-in [a3b521da82] at 2017-05-08 00:39:06 on branch trunk — Adjust to recent ObjFW changes (user: js, size: 1272) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 | - + | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ @import UIKit; @interface AboutController: UIViewController <UIWebViewDelegate> |