blob: fe8eaf4d4b1027da6917a2d6d5876e1481fa5328 [file] [log] [blame]
//
// GeneralPrefsVC.m
// Ring
//
// Created by Alexandre Lision on 2015-02-19.
//
//
#import "GeneralPrefsVC.h"
@interface GeneralPrefsVC ()
@end
@implementation GeneralPrefsVC
- (void)viewDidLoad {
[super viewDidLoad];
// Do view setup here.
}
@end