DSViewController.m 528 Bytes
//
//  DSViewController.m
//  DSVideoContestModuleF
//
//  Created by 694092596@qq.com on 03/15/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