NewsBlur/media/ios/Classes/DataUtilities.h
2012-07-20 15:54:10 -07:00

15 lines
315 B
Objective-C

//
// DataUtilities.h
// NewsBlur
//
// Created by Roy Yang on 7/20/12.
// Copyright (c) 2012 NewsBlur. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface DataUtilities : NSObject
+ (NSArray *)updateUserProfiles:(NSArray *)userProfiles withNewUserProfiles:(NSArray *)newUserProfiles;
@end