// // Copyright © 2018å¹´ jm. All rights reserved. // #ifndef IDHBaseViewController_h #define IDHBaseViewController_h @protocol IDHBaseViewController <NSObject> /** 页é¢å±•示结æŸå¤„ç† */ - (void)viewDidAppearProcess; /** 页颿¶ˆå¤±å¤„ç† */ - (void)viewDidDisapperProcess; @end #endif /* IDHBaseViewController_h */