|
@@ -60,7 +60,10 @@
|
|
|
|
|
|
|
|
-(void) commonAction:(NSString *)value index:(NSIndexPath*) indexPath data:(NSMutableDictionary*) item_json
|
|
-(void) commonAction:(NSString *)value index:(NSIndexPath*) indexPath data:(NSMutableDictionary*) item_json
|
|
|
{
|
|
{
|
|
|
- NSAssert(true, @"not impl");
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ NSAssert(true, ([NSString stringWithFormat:@"%@ commonAction not impl",[self class_name]]));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (NSString *)class_name {
|
|
- (NSString *)class_name {
|