20 lines
371 B
Objective-C
Executable File
20 lines
371 B
Objective-C
Executable File
//
|
|
// 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 "BasePageViewController.h"
|
|
|
|
@interface FaceUpload : BaseViewController
|
|
|
|
@property(nonatomic) NSString *equid;
|
|
@property(nonatomic) int index0;
|
|
- (void)ReLoad:(int)index;
|
|
@end
|
|
|