[iOS] Use modules

This commit is contained in:
Jonathan Schleifer 2019-01-23 00:35:16 +01:00
parent 3221b97143
commit 6f94644e00
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
14 changed files with 21 additions and 19 deletions

View file

@ -20,7 +20,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#import <UIKit/UIKit.h>
@import UIKit;
@interface AboutController: UIViewController <UIWebViewDelegate>
@property (nonatomic, retain) IBOutlet UIWebView *webView;