blob: 67d24c98440e554fe22157f9a9be7e15ef177065 [file] [log] [blame]
//
// main.m
// HiBeacons
//
// Created by Nick Toumpelis on 2013-10-06.
// Copyright (c) 2013 Nick Toumpelis. All rights reserved.
//
#import "NTHiBeaconsDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([NTHiBeaconsDelegate class]));
}
}