16 lines
390 B
Objective-C
16 lines
390 B
Objective-C
//
|
|
// PlayBaseViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/16.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "YTheNaviBar.h"
|
|
@class FounderButton;
|
|
@interface PlayBaseViewController : UIViewController
|
|
@property(nonatomic,strong,nullable,readonly)YTheNaviBar* naviBar;
|
|
-(void)fButtonBackBeClick:(nullable FounderButton*)fbt;
|
|
@end
|