You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
507 B
Objective-C
30 lines
507 B
Objective-C
//
|
|
// FXZViewController.m
|
|
// LSRedoVendor
|
|
//
|
|
// Created by lspo9419 on 11/29/2021.
|
|
// Copyright (c) 2021 lspo9419. All rights reserved.
|
|
//
|
|
|
|
#import "FXZViewController.h"
|
|
|
|
@interface FXZViewController ()
|
|
|
|
@end
|
|
|
|
@implementation FXZViewController
|
|
|
|
- (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
|