Browse Source

增加了刷新协议

zzb 4 years ago
parent
commit
591c2c61fb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ZZUIKit/Classes/Tools/ZZViewProtocol.h

+ 5 - 0
ZZUIKit/Classes/Tools/ZZViewProtocol.h

@@ -8,5 +8,10 @@
 #ifndef ZZViewProtocol_h
 #ifndef ZZViewProtocol_h
 #define ZZViewProtocol_h
 #define ZZViewProtocol_h
 
 
+@protocol ZZRefreshUIProtocol <NSObject>
+
+-(void)zz_refreshUI;
+
+@end
 
 
 #endif /* ZZViewProtocol_h */
 #endif /* ZZViewProtocol_h */