19 lines
287 B
C
19 lines
287 B
C
|
|
//
|
||
|
|
// FirstViewController.h
|
||
|
|
// Talk
|
||
|
|
//
|
||
|
|
// Created by xuzs on 22/10/11.
|
||
|
|
// Copyright (c) 2022年 xuzs. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
#import "BaseViewController.h"
|
||
|
|
//#import "My.h"
|
||
|
|
|
||
|
|
@interface Setting : BaseViewController
|
||
|
|
|
||
|
|
//@property(nonatomic) My *parent;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|