解决编译不过的两个问题
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
}
|
||||
else if ([modelInArray isKindOfClass:[NIMTimestampModel class]])
|
||||
{
|
||||
cellHeight = [modelInArray height];
|
||||
NIMTimestampModel *model = (NIMTimestampModel *)modelInArray;
|
||||
cellHeight = [model height];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/_select.h>
|
||||
|
||||
@implementation ShakeManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user