Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • CNLiveScioLive
  • Pages
  • Tools
  • Category
  • UINavigationController+PushOneVC.h
  • 修复重复跳转bug
    01f8ba47
    yanglingyu authored
    2021-08-27 15:55:49 +0800  
    Browse Code »
UINavigationController+PushOneVC.h 280 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  UINavigationController+PushOneVC.h
//  CNLiveScioLive
//
//  Created by CNLive on 2021/8/27.
//  Copyright © 2021 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UINavigationController (PushOneVC)

@end

NS_ASSUME_NONNULL_END