HistoryData.h 383 B

12345678910111213141516
  1. //
  2. // HistoryData.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 14-4-24.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <sqlite3.h>
  10. #import "ApexMobileDB.h"
  11. #import "ApexMobileAppDelegate.h"
  12. @interface HistoryData : NSObject
  13. @property (strong,nonatomic) NSMutableArray* pagedata;
  14. -(long) get_count;
  15. @end