解决编译不过的两个问题
This commit is contained in:
parent
615a7d4a51
commit
ae72c0eaeb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue