blob: c30b08a6ed0bf7cfaf43b3fb2fc9baf2228cea86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// ShortcutView.h
// Low Battery Yup.d
//
// Created by TW on 12/1/16.
// Copyright (c) 2016 TW. All rights reserved.
//
#import <MASShortcut/MASShortcutView.h>
@interface ShortcutView : MASShortcutView
@end
|