session-ios/Signal/src/textsecure/Contacts/TSGroup.m

18 lines
254 B
Objective-C

//
// TSGroup.m
// TextSecureKit
//
// Created by Frederic Jacobs on 12/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import "TSGroup.h"
@implementation TSGroup
+ (NSString*)collection{
return @"TSGroup";
}
@end