|
|
@@ -22,11 +22,11 @@
|
|
|
|
|
|
self.refresh_type = REFRESH_DATA;
|
|
|
|
|
|
-
|
|
|
+#ifdef RA_NOTIFICATION
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnRefreshUI:) name:RA_NOTIFICATION_REFRESH_UI object:nil];
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnReloadData:) name:RA_NOTIFICATION_RELOAD_DATA object:nil];
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(OnClearData:) name:RA_NOTIFICATION_CLEAR_DATA object:nil];
|
|
|
-
|
|
|
+#endif
|
|
|
|
|
|
// Do any additional setup after loading the view.
|
|
|
}
|