DSViewController.m
523 Bytes
//
// DSViewController.m
// DSWebViewModuleF
//
// Created by 694092596@qq.com on 03/07/2020.
// Copyright (c) 2020 694092596@qq.com. All rights reserved.
//
#import "DSViewController.h"
@interface DSViewController ()
@end
@implementation DSViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end